cmake: pass C++ standard compiler options to tests

Enables CMake policy 0067.
This commit is contained in:
David Adam 2019-12-23 22:26:49 +08:00
parent 15c1b3ed4b
commit 74ab9e72ac

View File

@ -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)