Skip to content

Commit

Permalink
Added comments about CMake version requirement to use FILE_SET.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsrohde committed Apr 6, 2024
1 parent 3d46e31 commit 99d2f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion biocro-lib
Submodule biocro-lib updated 1 files
+1 −1 CMakeLists.txt

0 comments on commit 99d2f3f

Please sign in to comment.