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.
2 parents b55f02f + 819d25c commit 9302bffCopy full SHA for 9302bff
CMakeLists.txt
@@ -69,6 +69,7 @@ set_target_properties(XCTest PROPERTIES
69
if(ENABLE_TESTING)
70
enable_testing()
71
72
+ enable_language(C)
73
find_package(LLVM CONFIG)
74
if(LLVM_FOUND)
75
message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
0 commit comments