Skip to content

Commit

Permalink
Amended conditional policy setting in CMake file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mapgccv committed Jun 27, 2024
1 parent 0095d61 commit dcf3813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ if (BUILD_CXX)
set(ipo_supported NO)
message(STATUS "IPO / LTO not currently supported building HiGHS on MinGW")
else()
if(CMAKE_VERSION VERSION_GREATER "3.23.0")
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
cmake_policy(SET CMP0138 NEW)
endif()

Expand Down

0 comments on commit dcf3813

Please sign in to comment.