Browse Source

Try 2

pull/432/head
Unmanned Player 7 years ago
parent
commit
ebb7c9edba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -8,7 +8,7 @@ project(json-c C)
# If we've got 3.0 then it's good, let's provide support. Otherwise, leave it be.
if(POLICY CMP0038)
# Policy CMP0038 introduced was in CMake 3.0
cmake_policy(SET CMP0038)
cmake_policy(SET CMP0038 NEW)
endif()

# Set some packaging variables.


Loading…
Cancel
Save