Skip to content

Commit 29aa073

Browse files
committed
Update CMakeLists.txt
1 parent 0ca6b6e commit 29aa073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/realsense-file/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set_target_properties (${PROJECT_NAME} PROPERTIES FOLDER Library)
6060
set(CMAKECONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/../cmake/realsense2")
6161

6262
install(TARGETS ${PROJECT_NAME}
63-
yaml-cpp
63+
#yaml-cpp # for testing it compiles on GHA
6464
EXPORT realsense2Targets
6565
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
6666
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}

0 commit comments

Comments
 (0)