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 b6b8fa3 commit 9d8d701Copy full SHA for 9d8d701
flang/CMakeLists.txt
@@ -504,9 +504,10 @@ add_subdirectory(include)
504
add_subdirectory(lib)
505
add_subdirectory(cmake/modules)
506
507
+option(FLANG_INCLUDE_TOOLS "Generate build targets for the Flang tools." ON)
508
option(FLANG_BUILD_TOOLS
509
"Build the Flang tools. If OFF, just generate build targets." ON)
-if (FLANG_BUILD_TOOLS)
510
+if (FLANG_INCLUDE_TOOLS)
511
add_subdirectory(tools)
512
endif()
513
0 commit comments