Skip to content

Commit

Permalink
Fix typo in error message in CMakeLists.txt (apache#9251)
Browse files Browse the repository at this point in the history
  • Loading branch information
electriclilies authored and ylc committed Jan 7, 2022
1 parent 60ca2cf commit 547a020
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 @@ -715,7 +715,7 @@ if(USE_CCACHE) # True for AUTO, ON, /path/to/ccache
message(STATUS "Found the path to ccache, enabling ccache")
set(PATH_TO_CCACHE ccache)
else()
message(FATAL_ERROR "Cannot find ccache. Set USE_CCACHE mode to AUTO or OFF to build without ccache. USE_CCACHE=" "${USE_CCACHE")
message(FATAL_ERROR "Cannot find ccache. Set USE_CCACHE mode to AUTO or OFF to build without ccache. USE_CCACHE=" "${USE_CCACHE}")
endif(CCACHE_FOUND)
else() # /path/to/ccache
set(PATH_TO_CCACHE USE_CCACHE)
Expand Down

0 comments on commit 547a020

Please sign in to comment.