mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +01:00
Fix examples compilation for some combinations of Clang and libstdc++
This commit is contained in:
parent
94121a5f6d
commit
1a501fcb48
@ -85,6 +85,7 @@ foreach( name ${TARGETS_ALL} )
|
|||||||
target_include_directories( ${name} PRIVATE ${HEADER_DIR} )
|
target_include_directories( ${name} PRIVATE ${HEADER_DIR} )
|
||||||
|
|
||||||
set_property(TARGET ${name} PROPERTY CXX_STANDARD 11)
|
set_property(TARGET ${name} PROPERTY CXX_STANDARD 11)
|
||||||
|
set_property(TARGET ${name} PROPERTY CXX_EXTENSIONS OFF)
|
||||||
|
|
||||||
# Add desired warnings
|
# Add desired warnings
|
||||||
if ( CMAKE_CXX_COMPILER_ID MATCHES "Clang|AppleClang|GNU" )
|
if ( CMAKE_CXX_COMPILER_ID MATCHES "Clang|AppleClang|GNU" )
|
||||||
|
Loading…
Reference in New Issue
Block a user