Skip to content

Commit

Permalink
Restore CXX_STANDARD 17 (#1586)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Jul 12, 2022
1 parent 0e314f9 commit 9d24893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if (MSVC)
endif()

# Create the library target
gz_create_core_library(SOURCES ${sources})
gz_create_core_library(SOURCES ${sources} CXX_STANDARD 17)
target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME}
PUBLIC
gz-math${GZ_MATH_VER}
Expand Down

0 comments on commit 9d24893

Please sign in to comment.