Skip to content

Commit

Permalink
fatal-error -> warning if realsense2-all cannot be targeted
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Oct 31, 2023
1 parent ac6e2b1 commit 4c00758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/realsense2-all.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ function( bundle_static_library target_name bundle_name )
VERBATIM )

else()
message( FATAL_ERROR "Unknown bundle scenario!" )
message( WARNING "Unknown compiler setup; realsense2-all will not be available" )
return()
endif()

add_custom_target( ${bundle_name} ALL DEPENDS ${bundle_path} )
Expand Down

0 comments on commit 4c00758

Please sign in to comment.