diff --git a/CMakeLists.txt b/CMakeLists.txt index 302ac19366..35e47e4bc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1028,8 +1028,8 @@ if(LYX_INSTALL) endif() add_subdirectory(${LYX_CMAKE_DIR}/doc "${TOP_BINARY_DIR}/doc") endif() - include(../Install) endif() +include(../Install) add_subdirectory(src "${TOP_BINARY_DIR}/src") add_subdirectory(lib/lyx2lyx "${TOP_BINARY_DIR}/lyx2lyx")