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 0ca6b6e commit 29aa073Copy full SHA for 29aa073
third-party/realsense-file/CMakeLists.txt
@@ -60,7 +60,7 @@ set_target_properties (${PROJECT_NAME} PROPERTIES FOLDER Library)
60
set(CMAKECONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/../cmake/realsense2")
61
62
install(TARGETS ${PROJECT_NAME}
63
- yaml-cpp
+ #yaml-cpp # for testing it compiles on GHA
64
EXPORT realsense2Targets
65
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
66
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0 commit comments