Skip to content

Commit

Permalink
Only look for python interpreter in ev_setup_python_executable (#6)
Browse files Browse the repository at this point in the history
Looking for python headers can be surprising here

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored Jun 25, 2024
1 parent 1df4024 commit de1a040
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion everest-cmake-config-version.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(PACKAGE_VERSION 0.4)
set(PACKAGE_VERSION 0.4.1)

if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
set(PACKAGE_VERSION_EXACT TRUE)
Expand Down
1 change: 0 additions & 1 deletion python-virtualenv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ macro(ev_setup_python_executable)
REQUIRED
COMPONENTS
Interpreter
Development
)
else()
message(STATUS "Using python venv: ${${PROJECT_NAME}_PYTHON_VENV_PATH}")
Expand Down

0 comments on commit de1a040

Please sign in to comment.