Skip to content

Commit aadf029

Browse files
authored
Merge pull request ERGO-Code#1817 from mapgccv/master
Amended conditional policy setting in CMake file (fixes ERGO-Code#1816)
2 parents a2e89c0 + dcf3813 commit aadf029

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)