Skip to content

Commit

Permalink
Fix typo in CMake script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 12, 2024
1 parent 6e31840 commit 7bb4d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lp_lib_wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set_property(CACHE LP_LIB PROPERTY STRINGS ${LP_LIB_LIST})

list(FIND LP_LIB_LIST ${LP_LIB} is_valid)
if (is_valid LESS 0)
message (FATAL_ERROR "Unsupported library for interval arithmetic: ${LP_LIB}")
message (FATAL_ERROR "Unsupported library for linear programming: ${LP_LIB}")
else ()
message (STATUS "Library for linear programming: ${LP_LIB}")
endif ()
Expand Down

0 comments on commit 7bb4d92

Please sign in to comment.