mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +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
|
1.0.0-b36
|
||||||
|
|
||||||
* Update README.md
|
* Update README.md
|
||||||
|
@@ -7,6 +7,8 @@ project (Beast)
|
|||||||
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
|
set (CMAKE_VERBOSE_MAKEFILE FALSE)
|
||||||
|
|
||||||
add_definitions (-D_WIN32_WINNT=0x0601)
|
add_definitions (-D_WIN32_WINNT=0x0601)
|
||||||
add_definitions (-D_SCL_SECURE_NO_WARNINGS=1)
|
add_definitions (-D_SCL_SECURE_NO_WARNINGS=1)
|
||||||
add_definitions (-D_CRT_SECURE_NO_WARNINGS=1)
|
add_definitions (-D_CRT_SECURE_NO_WARNINGS=1)
|
||||||
|
Reference in New Issue
Block a user