CMake hide command lines in .vcxproj Output windows

This commit is contained in:
Vinnie Falco
2017-04-24 19:30:58 -07:00
parent ad22f60666
commit 8ba166a221
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
1.0.0-b37
* CMake hide command lines in .vcxproj Output windows"
--------------------------------------------------------------------------------
1.0.0-b36
* Update README.md

View File

@@ -7,6 +7,8 @@ project (Beast)
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
if (MSVC)
set (CMAKE_VERBOSE_MAKEFILE FALSE)
add_definitions (-D_WIN32_WINNT=0x0601)
add_definitions (-D_SCL_SECURE_NO_WARNINGS=1)
add_definitions (-D_CRT_SECURE_NO_WARNINGS=1)