From 78b7045ed8b245332b99a4a92c9d1eef6517d2f6 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 21 Jun 2014 20:43:06 -0400 Subject: [PATCH] CMake: full path of an include needed for ver <3.0 --- development/autotests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/CMakeLists.txt b/development/autotests/CMakeLists.txt index b83ebfa92c..4ea5c70172 100644 --- a/development/autotests/CMakeLists.txt +++ b/development/autotests/CMakeLists.txt @@ -102,5 +102,5 @@ if(QT_USES_X11) endif() if (LYX_ENABLE_EXPORT_TESTS) - include(ExportTests) + include(${TOP_SRC_DIR}/development/autotests/ExportTests.cmake) endif() -- 2.39.5