Skip to content

Commit

Permalink
Set CMake policy CMP0054 to new to avoid warning with MSVC var/string
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Pouderoux committed Oct 5, 2015
1 parent 35b859b commit 70a314c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -12,6 +12,7 @@ foreach(p
CMP0022 # CMake 2.8.12
CMP0025 # CMake 3.0
CMP0053 # CMake 3.1
CMP0054 # CMake 3.1
)
if(POLICY ${p})
cmake_policy(SET ${p} NEW)
Expand Down

0 comments on commit 70a314c

Please sign in to comment.