Skip to content

Commit

Permalink
Added cmake_policy(SET CMP0054 NEW)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesSommer committed Nov 3, 2017
1 parent e7d295b commit a27cdf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 2.6)

if (NOT CMAKE_VERSION VERSION_LESS "3.1")
cmake_policy(SET CMP0054 NEW)
endif ()

set(LIB_NAME nabo)
project("lib${LIB_NAME}")

Expand Down

0 comments on commit a27cdf8

Please sign in to comment.