diff options
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 18f3c45..2841baa 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,4 +1,5 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.16) +SET (CMAKE_POLICY_DEFAULT_CMP0077 OLD) # Find CCache FIND_PROGRAM(CCACHE_PATH ccache) |