Skip to content

Commit

Permalink
Silence CMake warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
netheril96 committed Dec 31, 2019
1 parent 500fba1 commit cf84306
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)

project(securefs)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()

set (CMAKE_FIND_FRAMEWORK NEVER)

Expand Down

0 comments on commit cf84306

Please sign in to comment.