Skip to content

Commit

Permalink
Set policy for CMP0063 to avoid a warning.
Browse files Browse the repository at this point in the history
See #162.
  • Loading branch information
jgm committed Nov 18, 2016
1 parent cc625a9 commit da380e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 2.8)
cmake_policy(SET CMP0063 NEW)

set(LIBRARY "libcmark")
set(STATICLIBRARY "libcmark_static")
set(HEADERS
Expand Down

0 comments on commit da380e0

Please sign in to comment.