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 a0ca670 commit 77cc27dCopy full SHA for 77cc27d
src/realsense2-all.cmake
@@ -104,7 +104,8 @@ function( bundle_static_library target_name bundle_name )
104
VERBATIM )
105
106
else()
107
- message( FATAL_ERROR "Unknown bundle scenario!" )
+ message( WARNING "Unknown compiler setup; realsense2-all will not be available" )
108
+ return()
109
endif()
110
111
add_custom_target( ${bundle_name} ALL DEPENDS ${bundle_path} )
0 commit comments