From 1810fb829a040371764a72d6e67ad47de8aa7a28 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Thu, 1 Feb 2024 15:25:38 +0100 Subject: [PATCH] CMake install remove FILE_SET (not supported on CMake < 3.23) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a66cd6a..647e4097 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -367,7 +367,6 @@ if(PROJECT_IS_TOP_LEVEL) message(STATUS "HELLOIMGUI_INSTALLABLE_DEPENDENCIES=${HELLOIMGUI_INSTALLABLE_DEPENDENCIES}") install(TARGETS ${HELLOIMGUI_INSTALLABLE_DEPENDENCIES} EXPORT hello-imgui-targets - FILE_SET HEADERS LIBRARY DESTINATION lib ARCHIVE DESTINATION lib RUNTIME DESTINATION bin