Skip to content
Snippets Groups Projects
Commit 6e6e38ae authored by Massimiliano Galli's avatar Massimiliano Galli Committed by Enric Tejedor
Browse files

[CMake] Force into cache variable set if CMake < 3.14 (integrate eb3743)

parent c1c633db
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ else()
find_package(NumPy)
set(PYTHON_VERSION_STRING "${PYTHON_VERSION_MAJOR}_${PYTHON_VERSION_MINOR}")
set(PYTHON_VERSION_STRING "${PYTHON_VERSION_MAJOR}_${PYTHON_VERSION_MINOR}" CACHE INTERNAL "" FORCE)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment