Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Test cmake version.
  • Loading branch information
steleman authored Oct 31, 2023
1 parent e53e9a1 commit d4c0afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ endif()

enable_language(C CXX ASM)

execute_process(COMMAND cmake --version OUTPUT_VARIABLE TEST_CMAKE_VERSION)
message(STATUS "---> CMAKE VERSION: ${CMAKE_VERSION}")

# Find a suitable version of Python3 higher than 3.8.
set(PYTHON_VERSIONS 3.9;3.10;3.11;3.12;3.13)
set(GOOD_PYTHON_FOUND FALSE)
Expand Down

0 comments on commit d4c0afa

Please sign in to comment.