cmake: Fix glop only build

This commit is contained in:
Corentin Le Molgat
2022-06-24 13:00:53 +02:00
parent b6e9890fcc
commit f118a12c03

View File

@@ -376,6 +376,3 @@ install(
"${PROJECT_BINARY_DIR}/glopConfigVersion.cmake"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/glop"
COMPONENT Devel)
# Build glop samples
add_subdirectory(ortools/glop/samples)