Skip to content

Commit

Permalink
Little fix to directory of google tests download
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroperrusi committed Feb 8, 2019
1 parent 1b228d4 commit e0f50ca
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 @@ -32,7 +32,7 @@ add_subdirectory(app)
include(cmake/googletest.cmake)
fetch_googletest(
${PROJECT_SOURCE_DIR}/cmake
${PROJECT_BINARY_DIR}/googletest
${PROJECT_BINARY_DIR}/extern/googletest
)

enable_testing()
Expand Down

0 comments on commit e0f50ca

Please sign in to comment.