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 73d81b8 commit 6a5828bCopy full SHA for 6a5828b
clang/CMakeLists.txt
@@ -203,7 +203,7 @@ set(CLANG_RESOURCE_DIR "" CACHE STRING
203
set(C_INCLUDE_DIRS "" CACHE STRING
204
"Colon separated list of directories clang will search for headers.")
205
206
-set(USE_DEPRECATED_GCC_INSTALL_PREFIX ON CACHE BOOL "Temporary workaround before GCC_INSTALL_PREFIX is completely removed")
+set(USE_DEPRECATED_GCC_INSTALL_PREFIX OFF CACHE BOOL "Temporary workaround before GCC_INSTALL_PREFIX is completely removed")
207
set(GCC_INSTALL_PREFIX "" CACHE PATH "Directory where gcc is installed." )
208
set(DEFAULT_SYSROOT "" CACHE STRING
209
"Default <path> to all compiler invocations for --sysroot=<path>." )
0 commit comments