Skip to content

Commit dcf3813

Browse files
committed
Amended conditional policy setting in CMake file.
1 parent 0095d61 commit dcf3813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ if (BUILD_CXX)
189189
set(ipo_supported NO)
190190
message(STATUS "IPO / LTO not currently supported building HiGHS on MinGW")
191191
else()
192-
if(CMAKE_VERSION VERSION_GREATER "3.23.0")
192+
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
193193
cmake_policy(SET CMP0138 NEW)
194194
endif()
195195

0 commit comments

Comments
 (0)