mirror of https://github.com/CGAL/cgal
Set CMP0074 for polyhedron demo
This commit is contained in:
parent
d6cfa1a868
commit
c8514f669a
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue