From 99d2f3fc6856428dfc441960217ae17cb0e4d3c1 Mon Sep 17 00:00:00 2001 From: Scott Rohde Date: Sat, 6 Apr 2024 13:16:45 -0500 Subject: [PATCH] Added comments about CMake version requirement to use FILE_SET. --- CMakeLists.txt | 2 +- biocro-lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd9a62e..f993aff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ install(TARGETS BioCro) if(INSTALL_BIOCRO_HEADERS) install(TARGETS BioCro - FILE_SET biocro_lib_headers + FILE_SET biocro_lib_headers # FILE_SET requires CMake >= 3.23 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/BioCro ) endif() diff --git a/biocro-lib b/biocro-lib index 5bed6d8..b1b7379 160000 --- a/biocro-lib +++ b/biocro-lib @@ -1 +1 @@ -Subproject commit 5bed6d8ad4d35c70681a4cb85e199b71a5ac7bad +Subproject commit b1b73794b67d176d8fc4f9a75c08a632d03ccfce