Skip to content

Commit

Permalink
Fix CMake warning (LMMS#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon authored and tresf committed Nov 22, 2017
1 parent 85c631c commit fbbcd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0005 NEW)
CMAKE_POLICY(SET CMP0003 NEW)
IF (CMAKE_MAJOR_VERSION GREATER 2)
CMAKE_POLICY(SET CMP0026 OLD)
CMAKE_POLICY(SET CMP0026 NEW)
CMAKE_POLICY(SET CMP0050 OLD)
ENDIF()
ENDIF(COMMAND CMAKE_POLICY)
Expand Down

0 comments on commit fbbcd2a

Please sign in to comment.