Skip to content

Commit 54e7b7c

Browse files
authored
Merge pull request #8886 from The-OpenROAD-Project-staging/c++20-cmake
update target_compile_features to c++20
2 parents c271c6f + 3efdfa6 commit 54e7b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ set_target_properties(openroad PROPERTIES
312312
# Export symbols for stack trace printing
313313
ENABLE_EXPORTS ON
314314
)
315-
target_compile_features(openroad PUBLIC cxx_std_17)
315+
target_compile_features(openroad PUBLIC cxx_std_20)
316316

317317
target_include_directories(openroad
318318
PUBLIC

0 commit comments

Comments
 (0)