Skip to content

Commit

Permalink
w4
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 15, 2024
1 parent cdf6f8f commit 15909de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dart/gui/osg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ if(DART_BUILD_GUI_OSG)
dart_find_package(OpenSceneGraph)
dart_check_optional_package(OpenSceneGraph "dart-gui-osg" "OpenSceneGraph" "3.0")
else()
message(FATAL_ERROR "Skipping OpenSceneGraph (DART_BUILD_GUI_OSG == ${DART_BUILD_GUI_OSG})")
message("Skipping OpenSceneGraph (DART_BUILD_GUI_OSG == ${DART_BUILD_GUI_OSG})")
return()
endif()

message(FATAL_ERROR "Building OSG!")

# Search all header and source files
file(GLOB hdrs "*.hpp")
file(GLOB srcs "*.cpp")
Expand Down

0 comments on commit 15909de

Please sign in to comment.