Skip to content

Commit 3efdfa6

Browse files
committed
update target_compile_features to c++20
Signed-off-by: Matt Liberty <[email protected]>
1 parent c271c6f commit 3efdfa6

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)