mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
cmake: Remove build/msvc include path to remove file name clash
Remove the `build/msvc` include path from the test project to fix a problem with the order of the include paths. Additionally remove the unnecessary `include_directories` from the master project. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
This commit is contained in:
parent
926d2d2673
commit
2f367bddf7
@ -597,7 +597,6 @@ if (MINGW)
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
include_directories (include ${CMAKE_CURRENT_BINARY_DIR})
|
||||
set (public_headers include/zmq.h
|
||||
include/zmq_utils.h)
|
||||
|
||||
|
@ -133,7 +133,6 @@ ENDIF (ENABLE_DRAFTS)
|
||||
if(WIN32)
|
||||
add_definitions(-DZMQ_CUSTOM_PLATFORM_HPP)
|
||||
add_definitions(-D_WINSOCK_DEPRECATED_NO_WARNINGS)
|
||||
include_directories(../builds/msvc)
|
||||
# Same name on 64bit systems
|
||||
link_libraries(Ws2_32.lib)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user