Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed May 10, 2024
1 parent d712a7e commit a1b3ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -188,7 +188,7 @@ if (BUILD_CXX)
set(ipo_supported NO)
message(STATUS "IPO / LTO not currently supported building HiGHS on MinGW")
else()
if(CMAKE_VERSION VERSION_MORE VERSION_GREATER "3.23.0")
if(CMAKE_VERSION VERSION_GREATER "3.23.0")
cmake_policy(SET CMP0138 NEW)
endif()

Expand Down

0 comments on commit a1b3ae5

Please sign in to comment.