Skip to content

Commit

Permalink
add space to error message
Browse files Browse the repository at this point in the history
Reviewed By: @JoelMarcey

Differential Revision: D1360279
  • Loading branch information
ptarjan authored and JoelMarcey committed Jun 2, 2014
1 parent 2a4a27d commit 1ecb444
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 @@ ENDIF()
SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})

if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/third-party/CMakeLists.txt")
message(FATAL_ERROR "third-party/CMakeLists.txt missing."
message(FATAL_ERROR "third-party/CMakeLists.txt missing. "
"Try updating your submodule with:
rm -r third-party
git submodule update --init --recursive
Expand Down

0 comments on commit 1ecb444

Please sign in to comment.