From 312f04112187b6890abfda2a7144970c862741aa Mon Sep 17 00:00:00 2001 From: Petr Manek Date: Mon, 2 Sep 2019 16:39:46 +0200 Subject: [PATCH] Fixed typo in CMake config file. --- cmake/mio-config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/mio-config.cmake.in b/cmake/mio-config.cmake.in index e8eaabb..43c59dd 100644 --- a/cmake/mio-config.cmake.in +++ b/cmake/mio-config.cmake.in @@ -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()