UI: Remove NOMINMAX from CMake scripts
If we want NOMINMAX globally, we should probably define at top level.
This commit is contained in:
@@ -102,8 +102,6 @@ include_directories(${LIBCURL_INCLUDE_DIRS})
|
||||
add_definitions(${LIBCURL_DEFINITIONS})
|
||||
|
||||
if(WIN32)
|
||||
add_definitions(-DNOMINMAX)
|
||||
|
||||
include_directories(${BLAKE2_INCLUDE_DIR})
|
||||
|
||||
set(obs_PLATFORM_SOURCES
|
||||
|
Reference in New Issue
Block a user