CMake: full path of an include needed for ver <3.0

This commit is contained in:
Scott Kostyshak 2014-06-21 20:43:06 -04:00
parent 7bc0a6f388
commit 78b7045ed8

View File

@ -102,5 +102,5 @@ if(QT_USES_X11)
endif() endif()
if (LYX_ENABLE_EXPORT_TESTS) if (LYX_ENABLE_EXPORT_TESTS)
include(ExportTests) include(${TOP_SRC_DIR}/development/autotests/ExportTests.cmake)
endif() endif()