cmake: Fix typo
This commit is contained in:
committed by
Corentin Le Molgat
parent
42dcaf0254
commit
0991aaf8fb
@@ -224,7 +224,7 @@ if(USE_COINOR)
|
||||
endif()
|
||||
|
||||
## GLPK
|
||||
# Disable by default since it is GLPv3, user could enable it and release under GLPv3
|
||||
# Disable by default since it is GPLv3, user could enable it and release under GPLv3
|
||||
# see: https://www.apache.org/licenses/GPL-compatibility.html
|
||||
CMAKE_DEPENDENT_OPTION(USE_GLPK "Use the GLPK solver" OFF "BUILD_CXX" OFF)
|
||||
message(STATUS "GLPK support: ${USE_GLPK}")
|
||||
|
||||
Reference in New Issue
Block a user