Skip to content

Commit

Permalink
Fix behavior on CMake3 (CMP0048).
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Oct 18, 2017
1 parent 192c5a1 commit abb619e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_policy(SET CMP0048 OLD)
project(ypspur)

set(YPSPUR_MAJOR_VERSION 1)
Expand Down

0 comments on commit abb619e

Please sign in to comment.