Skip to content

Commit

Permalink
remove EXPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Oct 13, 2023
1 parent 9494013 commit d19da9a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion common/fw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ endfunction()
target_binary( "${D4XX_FW_URL}" "${D4XX_FW_VERSION}" "${D4XX_FW_SHA1}" D4XX_FW_Image .bin)


install(TARGETS ${PROJECT_NAME} EXPORT realsense2Targets
install(TARGETS ${PROJECT_NAME}
EXCLUDE_FROM_ALL )

1 change: 0 additions & 1 deletion third-party/realdds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ source_group(
# Install -----------------------------------------------------------------------------------
#
install( TARGETS ${PROJECT_NAME}
EXPORT realsense2Targets
EXCLUDE_FROM_ALL
)

Expand Down
1 change: 0 additions & 1 deletion third-party/realsense-file/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ set_target_properties (${PROJECT_NAME} PROPERTIES FOLDER Library)
set(CMAKECONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/../cmake/realsense2")

install(TARGETS ${PROJECT_NAME}
EXPORT realsense2Targets
EXCLUDE_FROM_ALL
)
1 change: 0 additions & 1 deletion third-party/rsutils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ _using_easyloggingpp( ${UTILITIES_INCLUDE_DIR} )
# Install -----------------------------------------------------------------------------------
#
install( TARGETS ${PROJECT_NAME}
EXPORT realsense2Targets
EXCLUDE_FROM_ALL
)

Expand Down

0 comments on commit d19da9a

Please sign in to comment.