Skip to content

Commit dd7a3f8

Browse files
committed
Fix issue microsoft#280. Always add Boost and OpenSSL on non-Windows.
1 parent 2a80746 commit dd7a3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include_directories(../include pch)
2-
if (NOT CPPREST_EXCLUDE_WEBSOCKETS)
2+
if (NOT CPPREST_EXCLUDE_WEBSOCKETS OR NOT WIN32)
33
include_directories(SYSTEM ${Boost_INCLUDE_DIR} ${OPENSSL_INCLUDE_DIR})
44
endif()
55

0 commit comments

Comments
 (0)