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 1e74634 commit 7838355Copy full SHA for 7838355
cmake/Installation.cmake
@@ -19,6 +19,9 @@ 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