We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6779b1 commit e1014b0Copy full SHA for e1014b0
cmake/Installation.cmake
@@ -19,9 +19,6 @@ write_basic_package_version_file(
19
20
# Define installation targets
21
set(LSLTargets lsl)
22
-if(LSL_BUILD_STATIC)
23
- list(APPEND LSLTargets lslobj lslboost)
24
-endif()
25
26
# Install the targets and store configuration information.
27
install(TARGETS ${LSLTargets}
0 commit comments