Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisah2 authored Dec 9, 2023
1 parent aeb5051 commit c8c8740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ ExternalProject_Add(osg
CONFIGURE_COMMAND ${wrapper_command} cmake <SOURCE_DIR>
${COMMON_CMAKE_ARGS}
${OSG_COMMON}
-D CMAKE_CXX_FLAGS='-Dauto_ptr=unique_ptr'
-DCMAKE_CXX_FLAGS=--std=c++11
#-D CMAKE_CXX_FLAGS='-Dauto_ptr=unique_ptr'
#-DCMAKE_CXX_FLAGS=--std=c++11

BUILD_COMMAND ${wrapper_command} $(MAKE)

Expand Down

0 comments on commit c8c8740

Please sign in to comment.