Skip to content

Commit

Permalink
Restore CXX_STANDARD 17 in core library (#1072)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Jul 11, 2022
1 parent fdd9861 commit 17544db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ if (BUILD_TESTING)
endif()

gz_create_core_library(SOURCES ${sources}
CXX_STANDARD 17
LEGACY_PROJECT_PREFIX SDFormat
)

Expand Down

0 comments on commit 17544db

Please sign in to comment.