From 0bbc5e2fdcd941da2db03b786aa09cbbb378ba61 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Thu, 24 Feb 2022 13:20:01 +0100 Subject: [PATCH] fix glop install --- cmake/glop.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/glop.cmake b/cmake/glop.cmake index fbc3ef7722..2f13fa04ed 100644 --- a/cmake/glop.cmake +++ b/cmake/glop.cmake @@ -329,6 +329,7 @@ install(FILES ortools/util/return_macros.h ortools/util/running_stat.h ortools/util/stats.h + ortools/util/strong_integers.h ortools/util/time_limit.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ortools/util COMPONENT Devel)