Skip to content

Commit 17544db

Browse files
authored
Restore CXX_STANDARD 17 in core library (#1072)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent fdd9861 commit 17544db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ if (BUILD_TESTING)
104104
endif()
105105

106106
gz_create_core_library(SOURCES ${sources}
107+
CXX_STANDARD 17
107108
LEGACY_PROJECT_PREFIX SDFormat
108109
)
109110

0 commit comments

Comments
 (0)