Commit fcb60c30 authored by Joshua Warner's avatar Joshua Warner

correct reference to setup-cmake.sh

parent 416c4c4f
...@@ -7,7 +7,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/gtest" AND IS_DIRECTORY "${CMAKE_CURRENT_ ...@@ -7,7 +7,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/gtest" AND IS_DIRECTORY "${CMAKE_CURRENT_
add_subdirectory(gtest) add_subdirectory(gtest)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/gtest/include) include_directories(${CMAKE_CURRENT_SOURCE_DIR}/gtest/include)
else() else()
message(FATAL_ERROR "Please use setup-gtest.sh to download gtest before running the cmake build") message(FATAL_ERROR "Please use setup-cmake.sh to download gtest before running the cmake build")
endif() endif()
include(CTest) include(CTest)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment