summaryrefslogtreecommitdiff
path: root/lib/curl_config.h.cmake
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-13 14:43:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-14 08:06:41 +0200
commit889c132c38a4920b0ae009f0330a8b905eee83a3 (patch)
tree9dfcc9e61e53b01841764975eb98044935a47cd8 /lib/curl_config.h.cmake
parentb54920f7e491b6e4340f48c5a0fa55fcce75562c (diff)
downloadcurl-889c132c38a4920b0ae009f0330a8b905eee83a3.tar.gz
cmake: define BUILDING_LIBCURL in lib/CMakeLists, not config.h
Since the config file might also get included by the tool code at times. This syncs with how other builds do it. Closes #9498
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r--lib/curl_config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index 6e5528704..8654fd006 100644
--- a/lib/curl_config.h.cmake
+++ b/lib/curl_config.h.cmake
@@ -23,9 +23,6 @@
***************************************************************************/
/* lib/curl_config.h.in. Generated somehow by cmake. */
-/* when building libcurl itself */
-#cmakedefine BUILDING_LIBCURL 1
-
/* Location of default ca bundle */
#cmakedefine CURL_CA_BUNDLE "${CURL_CA_BUNDLE}"