Skip to content

Commit

Permalink
update python found var
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz committed May 17, 2024
1 parent b482806 commit f28e617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ message (STATUS "MSEED_INCLUDE_DIR = ${MSEED_INCLUDE_DIR}")

find_package (Python COMPONENTS Interpreter Development)

if (PYTHONINTERP_FOUND)
if (Python_FOUND)
find_package (pybind11)
if (NOT pybind11_FOUND)
message (STATUS "Building Pybind11")
Expand Down

0 comments on commit f28e617

Please sign in to comment.