We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5290d11 + d57d636 commit fff4a9eCopy full SHA for fff4a9e
Release/src/CMakeLists.txt
@@ -1,6 +1,6 @@
1
include_directories(../include pch)
2
if (NOT CPPREST_EXCLUDE_WEBSOCKETS OR NOT WIN32)
3
- include_directories(SYSTEM ${Boost_INCLUDE_DIR} ${OPENSSL_INCLUDE_DIR})
+ include_directories(SYSTEM ${Boost_INCLUDE_DIR} ${OPENSSL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIRS})
4
endif()
5
6
add_definitions(${WARNINGS})
0 commit comments