From: Scott Kostyshak Date: Sun, 22 Jun 2014 00:43:06 +0000 (-0400) Subject: CMake: full path of an include needed for ver <3.0 X-Git-Tag: 2.2.0alpha1~1821 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=78b7045ed8b245332b99a4a92c9d1eef6517d2f6;p=features.git CMake: full path of an include needed for ver <3.0 --- 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()