CMakeLists.txt

changeset 701
72a440c437e9
parent 653
e081643aae2a
child 752
aaad6674a1a3
     1.1 --- a/CMakeLists.txt	Sat Apr 22 19:01:06 2023 +0200
     1.2 +++ b/CMakeLists.txt	Mon Apr 24 19:08:56 2023 +0200
     1.3 @@ -2,6 +2,7 @@
     1.4  project(ucx VERSION 3.0 DESCRIPTION "UAP Common Extensions")
     1.5  
     1.6  # Configuration
     1.7 +cmake_policy(SET CMP0077 NEW)
     1.8  set(CMAKE_C_STANDARD 11)
     1.9  set(CMAKE_C_STANDARD_REQUIRED 11)
    1.10  

mercurial