set policy cmake

This commit is contained in:
sasha 2019-07-04 16:29:10 +09:00
parent 46c46aa547
commit 8e366d4bbc

View File

@ -26,6 +26,11 @@ ENDIF(WIN32)
# set project's name
PROJECT( pianobooster )
cmake_policy(SET CMP0020 NEW)
cmake_policy(SET CMP0043 NEW)
# enable warnings
add_compile_options(-Wall)