Skip to content

Commit

Permalink
[build] remove not needed find python call in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Feb 27, 2024
1 parent 216232a commit 1f96273
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
# Load TRIQS and CPP2PY
find_package(TRIQS 3.2 REQUIRED)

find_package(Python)
set(PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE} CACHE FILEPATH "Python Executable")
set(PYTHON_LIB_DEST_ROOT ${PYTHON_LIB_DEST_ROOT} CACHE FILEPATH "Python module directory")

# Get the git hash & print status
triqs_get_git_hash_of_source_dir(PROJECT_GIT_HASH)
message(STATUS "${PROJECT_NAME} version : ${PROJECT_VERSION}")
Expand Down

0 comments on commit 1f96273

Please sign in to comment.