diff --git a/CMakeLists.txt b/CMakeLists.txt index ee0cce08ab..fb1b2210d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ message(STATUS "curl version=[${CURL_VERSION}]") # SET(PACKAGE_STRING "curl-") # SET(PACKAGE_BUGREPORT "a suitable curl mailing list => https://curl.se/mail/") set(OPERATING_SYSTEM "${CMAKE_SYSTEM_NAME}") -set(OS "\"${CMAKE_SYSTEM_NAME}\"") +set(OS "\"${CMAKE_SYSTEM_NAME}${CURL_OS_SUFFIX}\"") include_directories(${CURL_SOURCE_DIR}/include)