Skip to content

Commit

Permalink
Merge pull request LMMS#3583 from tresf/stable-1.2
Browse files Browse the repository at this point in the history
Fix CMP0050 compilation warnings
  • Loading branch information
tresf authored May 28, 2017
2 parents 595085b + b2fcc12 commit 0dfcea4
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
Expand Up @@ -9,6 +9,7 @@ IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
IF (CMAKE_MAJOR_VERSION GREATER 2)
CMAKE_POLICY(SET CMP0026 OLD)
CMAKE_POLICY(SET CMP0050 OLD)
ENDIF()
ENDIF(COMMAND CMAKE_POLICY)

Expand Down

0 comments on commit 0dfcea4

Please sign in to comment.