diff --git a/CMakeLists.txt b/CMakeLists.txt index d6a7e7de..17759800 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1e60ba10..bb292873 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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()