Skip to content

Commit

Permalink
Fix grammar in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkasm committed Apr 5, 2015
1 parent 0c1c107 commit d4966c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries" ON)

find_library(CARBON_FRAMEWORK Carbon)
if(NOT CARBON_FRAMEWORK)
message(FATAL_ERROR "Carbon not found")
message(FATAL_ERROR "Carbon framework is not found")
endif()

find_library(COREFOUNDATION_FRAMEWORK CoreFoundation)
Expand Down

0 comments on commit d4966c3

Please sign in to comment.