Skip to content

Commit

Permalink
build system: prevent warning with ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Aug 19, 2018
1 parent 4029526 commit eaa9812
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 @@ -16,6 +16,7 @@ include(cmake/tinyxml2.cmake)
include(cmake/zlib.cmake)

if(NOT MSVC)
cmake_policy(SET CMP0058 NEW)
include(third_party/cpp_rsc/cmake/modules/cpp_resource.cmake)
if(NOT ANDROID AND NOT IOS)
# If not cross-compiling, we can build cpp_rsc.
Expand Down

0 comments on commit eaa9812

Please sign in to comment.