diff options
author | Yang Tse <yangsita@gmail.com> | 2012-04-12 13:08:48 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-04-12 13:08:48 +0200 |
commit | 38ae6ec1a29eb6d2adbfb164d3d71bdc17730aa7 (patch) | |
tree | 72dba78622fbda3c1ab1b78081043b3a27d90f4b /CMakeLists.txt | |
parent | 9e24b9c7afbcb81120af4cf3f6cdee49a06d8224 (diff) | |
download | curl-38ae6ec1a29eb6d2adbfb164d3d71bdc17730aa7.tar.gz |
configure: NATIVE_WINDOWS no longer defined in config files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b3ffe3ca..e571e5561 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,10 +57,6 @@ set(OS "\"${CMAKE_SYSTEM_NAME}\"") include_directories(${PROJECT_BINARY_DIR}/include/curl) include_directories( ${CURL_SOURCE_DIR}/include ) -if(WIN32) - set(NATIVE_WINDOWS ON) -endif() - option(BUILD_CURL_EXE "Set to ON to build cURL executable." ON) option(BUILD_CURL_TESTS "Set to ON to build cURL tests." ON) option(CURL_STATICLIB "Set to ON to build libcurl with static linking." OFF) |