mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 08:46:51 +08:00
Fixed typo in CMake config file.
This commit is contained in:
parent
76251b8dde
commit
312f041121
@ -7,7 +7,7 @@ CMAKE_DEPENDENT_OPTION(mio.windows.full_api
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/mio-targets.cmake")
|
||||
|
||||
if(NOT mio.windows.full_api)
|
||||
set_propery(TARGET mio::mio APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS
|
||||
set_property(TARGET mio::mio APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS
|
||||
WIN32_LEAN_AND_MEAN
|
||||
NOMINMAX)
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user