patrick
/
plasp
Archived
1
0
Fork 0

Added missing REQUIRED flag in CMake file for tests.

This commit is contained in:
Patrick Lühne 2016-05-20 21:37:30 +02:00
parent b09906495a
commit 38c8a96d99
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set(target tests)
file(GLOB core_sources "*.cpp")
find_package(GTest)
find_package(GTest REQUIRED)
include_directories(
${GTEST_INCLUDE_DIRS}