set POLICY CMP0004 OLD # ignore leading space

This commit is contained in:
qPCR4vir 2016-06-23 16:01:39 +02:00
parent 1626e8193b
commit 9975984d91

View File

@ -72,6 +72,11 @@ if(POLICY CMP0054)
cmake_policy(SET CMP0054 OLD) cmake_policy(SET CMP0054 OLD)
endif() endif()
if(POLICY CMP0004) # ignore leading space
# http://www.cmake.org/cmake/help/v3.0/policy/CMP0004.html
cmake_policy(SET CMP0004 OLD)
endif()
add_definitions(-DNANA_IGNORE_CONF) add_definitions(-DNANA_IGNORE_CONF)