]> git.lyx.org Git - features.git/commitdiff
Cmake build: No header files in po-dir, so no need to include in cc commands
authorKornel Benko <kornel@lyx.org>
Fri, 5 Oct 2012 10:27:15 +0000 (12:27 +0200)
committerKornel Benko <kornel@lyx.org>
Fri, 5 Oct 2012 10:27:15 +0000 (12:27 +0200)
CMakeLists.txt

index f04d6cf873667b40f6edf3fa63928acbd6c0a84b..63baa9d4e6d2d1dd2e5edf6546e4ca75742cc9b5 100644 (file)
@@ -458,7 +458,6 @@ if(LYX_NLS)
                message(FATAL_ERROR "Python 2.6 needed!")
        endif()
        find_package(LyXGettext REQUIRED)
-       include_directories(${TOP_SRC_DIR}/po)
        add_subdirectory(po "${TOP_BINARY_DIR}/po")
 endif()