Thanks to visit codestin.com Credit goes to github.com
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.
1 parent e9bb730 commit c57c4afCopy full SHA for c57c4af
CMakeLists.txt
@@ -88,7 +88,9 @@ INCLUDE_DIRECTORIES(src include)
88
IF (WIN32 AND NOT MINGW)
89
ADD_DEFINITIONS(-DGIT_WINHTTP)
90
ELSE ()
91
- FIND_PACKAGE(OpenSSL)
+ IF (NOT AMIGA)
92
+ FIND_PACKAGE(OpenSSL)
93
+ ENDIF ()
94
FILE(GLOB SRC_HTTP deps/http-parser/*.c)
95
INCLUDE_DIRECTORIES(deps/http-parser)
96
ENDIF()
0 commit comments