Skip to content

Commit

Permalink
Merge pull request #664 from borglab/update/wrapper
Browse files Browse the repository at this point in the history
Update wrapper
  • Loading branch information
ProfFan authored Jan 13, 2021
2 parents fb44e56 + 9e00371 commit 9ff19de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wrap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install(DIRECTORY pybind11
find_package(
Python ${WRAP_PYTHON_VERSION}
COMPONENTS Interpreter
REQUIRED)
EXACT)

# Detect virtualenv and set Pip args accordingly
# https://www.scivision.dev/cmake-install-python-package/
Expand Down
2 changes: 1 addition & 1 deletion wrap/cmake/GtwrapUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ macro(gtwrap_get_python_version WRAP_PYTHON_VERSION)
find_package(
Python ${WRAP_PYTHON_VERSION}
COMPONENTS Interpreter Development
EXACT REQUIRED)
EXACT)
endif()

endmacro()

0 comments on commit 9ff19de

Please sign in to comment.