]> git.lyx.org Git - lyx.git/blobdiff - CMakeLists.txt
Cmake build: Unconditionally create many install targets
[lyx.git] / CMakeLists.txt
index 302ac19366e3fcd1fcae06d7f3afc8d5272f4c46..35e47e4bc6ed242f1c6f65d8b0006f4b02e532d8 100644 (file)
@@ -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")