Skip to content

Commit e1014b0

Browse files
committed
Cleanup CMake redundancies and use FILE_SET for headers -- only solution that installed non-flat header tree by transitive dependencies.
1 parent c6779b1 commit e1014b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/Installation.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ write_basic_package_version_file(
1919

2020
# Define installation targets
2121
set(LSLTargets lsl)
22-
if(LSL_BUILD_STATIC)
23-
list(APPEND LSLTargets lslobj lslboost)
24-
endif()
2522

2623
# Install the targets and store configuration information.
2724
install(TARGETS ${LSLTargets}

0 commit comments

Comments
 (0)