Skip to content

Commit 7838355

Browse files
committed
Re-add lslobj and lslboost to installation targets when static
1 parent 1e74634 commit 7838355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/Installation.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ 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()
2225

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

0 commit comments

Comments
 (0)