Cmake build: No header files in po-dir, so no need to include in cc commands

This commit is contained in:
Kornel Benko 2012-10-05 12:27:15 +02:00
parent 08157b5050
commit 0c76f9c430

View 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()