Set CMP0074 for polyhedron demo

This commit is contained in:
Maxime Gimeno 2018-11-22 12:42:37 +01:00
parent d6cfa1a868
commit c8514f669a
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ if(POLICY CMP0072)
cmake_policy(SET CMP0072 NEW)
endif()
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
# Find includes in corresponding build directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)