Skip to content

Commit

Permalink
Merge pull request #1110 from glotzerlab/fix/find-python-libs
Browse files Browse the repository at this point in the history
Find python libraries in our cmake
  • Loading branch information
tommy-waltmann committed May 8, 2023
2 parents 98b62d6 + 0f407d8 commit 497f9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if(COVERAGE)
CACHE STRING "The directives for Cython compilation." FORCE)
endif()

find_package(PythonLibs)
find_package(PythonExtensions REQUIRED)
find_package(Cython REQUIRED)
find_package(NumPy REQUIRED)
Expand Down

0 comments on commit 497f9ca

Please sign in to comment.