mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
CMake hide command lines in .vcxproj Output windows
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
1.0.0-b37
|
||||
|
||||
* CMake hide command lines in .vcxproj Output windows"
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
1.0.0-b36
|
||||
|
||||
* Update README.md
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user