From 17c5fc32c88b062597661001a501db420638bd9d 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 6ad1b59..090b21f 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