Skip to content

Commit

Permalink
Fixed typo in CMake config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrmanek committed Sep 2, 2019
1 parent 76251b8 commit 312f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/mio-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 312f041

Please sign in to comment.