Merge pull request #54 from petrmanek/master

Fixed typo in CMake config file.
This commit is contained in:
mandreyel 2019-12-27 18:31:40 +01:00 committed by GitHub
commit 8c0d3c7c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()