cmake: pass C++ standard compiler options to tests
Enables CMake policy 0067.
This commit is contained in:
parent
15c1b3ed4b
commit
74ab9e72ac
@ -4,7 +4,7 @@ IF(POLICY CMP0066)
|
||||
CMAKE_POLICY(SET CMP0066 OLD)
|
||||
ENDIF()
|
||||
IF(POLICY CMP0067)
|
||||
CMAKE_POLICY(SET CMP0067 OLD)
|
||||
CMAKE_POLICY(SET CMP0067 NEW)
|
||||
ENDIF()
|
||||
|
||||
PROJECT(fish)
|
||||
|
Loading…
x
Reference in New Issue
Block a user