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 ec5a581 commit e79e993Copy full SHA for e79e993
CMakeLists.txt
@@ -312,10 +312,6 @@ set(CURL_DEPS
312
add_dependencies(curl_external ${CURL_DEPS})
313
314
# Now it's time for the main targets!
315
-#
316
-# Read environment variables for compiler flags
317
-string(APPEND CMAKE_C_FLAGS " $ENV{CFLAGS}")
318
-string(APPEND CMAKE_CXX_FLAGS " $ENV{CXXFLAGS}")
319
320
# Paths to curl install (adjust as needed)
321
set(CURL_INCLUDE_DIRS
0 commit comments