From ce2d577d4abecfc052d4e6ad2e13cfb0f9a9dbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 12 Dec 2016 10:31:50 +0100 Subject: [PATCH] Fixed include paths for tests --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8a28b8f..9469ce2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -2,7 +2,7 @@ # Include Testing package if(BUILD_TESTING) - include( ${CMAKE_SOURCE_DIR}/tests/testGenerators.cmake ) + include( ${CMAKE_SOURCE_DIR}/OpenFlipper/tests/testGenerators.cmake ) # ======================================================================== # ======================================================================== -- GitLab