Skip to content

Commit

Permalink
install targets cmake error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thattil committed Sep 11, 2024
1 parent 6cb17d9 commit 5f00db7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions slsReceiverSoftware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,6 @@ if (SLS_USE_RECEIVER_BINARIES)
slsProjectWarnings
)

install(TARGETS slsReceiver slsMultiReceiver
EXPORT "${TARGETS_EXPORT_NAME}"
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/sls
)

add_executable(slsFrameSynchronizer
src/FrameSynchronizerApp.cpp
)
Expand All @@ -166,7 +158,7 @@ if (SLS_USE_RECEIVER_BINARIES)
slsProjectWarnings
)

install(TARGETS slsReceiver slsFrameSynchronizer
install(TARGETS slsReceiver slsMultiReceiver slsFrameSynchronizer
EXPORT "${TARGETS_EXPORT_NAME}"
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
Expand Down

0 comments on commit 5f00db7

Please sign in to comment.