Same C++ version for unit tests
This commit is contained in:
parent
7c6a529e14
commit
04f876dc4f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ add_executable(UnitTest
|
|||
)
|
||||
|
||||
set_target_properties(Catch2 UnitTest PROPERTIES
|
||||
CXX_STANDARD 17
|
||||
CXX_STANDARD 23
|
||||
CXX_STANDARD_REQUIRED ON
|
||||
CXX_EXTENSIONS OFF
|
||||
INTERPROCEDURAL_OPTIMIZATION_RELEASE ON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue