Skip to content

Commit d4966c3

Browse files
committed
Fix grammar in CMakeLists.txt
1 parent 0c1c107 commit d4966c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries" ON)
88

99
find_library(CARBON_FRAMEWORK Carbon)
1010
if(NOT CARBON_FRAMEWORK)
11-
message(FATAL_ERROR "Carbon not found")
11+
message(FATAL_ERROR "Carbon framework is not found")
1212
endif()
1313

1414
find_library(COREFOUNDATION_FRAMEWORK CoreFoundation)

0 commit comments

Comments
 (0)