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 0c1c107 commit d4966c3Copy full SHA for d4966c3
CMakeLists.txt
@@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries" ON)
8
9
find_library(CARBON_FRAMEWORK Carbon)
10
if(NOT CARBON_FRAMEWORK)
11
- message(FATAL_ERROR "Carbon not found")
+ message(FATAL_ERROR "Carbon framework is not found")
12
endif()
13
14
find_library(COREFOUNDATION_FRAMEWORK CoreFoundation)
0 commit comments