fix blueprints install pattern

develop
myk002 2021-05-27 18:49:32 -07:00
parent 21a4f64cdd
commit 3225f5ccf8
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 2 additions and 1 deletions

@ -3,7 +3,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/quickfort/
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/blueprints/
DESTINATION blueprints
FILES_MATCHING PATTERN blueprints/library/test EXCLUDE)
FILES_MATCHING PATTERN "*"
PATTERN blueprints/library/test EXCLUDE)
if(BUILD_TESTS)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/blueprints/library/test/