Skip to content

Commit

Permalink
Issue #81: caching PYTHONLIBS_VERSION_STRING in CMake discovery script
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Apr 9, 2019
1 parent f130967 commit 90bb781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cmake/pythonlibs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ SET(PYTHON_INCLUDE_DIRS ${PYTHON_INCLUDE_DIRS}
SET(PYTHON_LIBRARIES ${PYTHON_LIBRARIES}
CACHE INTERNAL "PythonLibs libraries"
)
SET(PYTHONLIBS_VERSION_STRING ${PYTHONLIBS_VERSION_STRING}
CACHE INTERNAL "PythonLibs version string"
)

0 comments on commit 90bb781

Please sign in to comment.