Explicitly set CMake's CMP0072 to OLD.
This commit is contained in:
committed by
wmayer
parent
3799b2a306
commit
82fbdbb327
@@ -24,6 +24,9 @@ if(COMMAND cmake_policy)
|
||||
if (POLICY CMP0045)
|
||||
cmake_policy(SET CMP0045 NEW)
|
||||
endif(POLICY CMP0045)
|
||||
if (POLICY CMP0072)
|
||||
cmake_policy(SET CMP0072 OLD)
|
||||
endif(POLICY CMP0072)
|
||||
endif(COMMAND cmake_policy)
|
||||
|
||||
find_program(CCACHE_PROGRAM ccache) #This check should occur before project()
|
||||
|
||||
Reference in New Issue
Block a user