mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: No header files in po-dir, so no need to include in cc commands
This commit is contained in:
parent
08157b5050
commit
0c76f9c430
@ -458,7 +458,6 @@ if(LYX_NLS)
|
|||||||
message(FATAL_ERROR "Python 2.6 needed!")
|
message(FATAL_ERROR "Python 2.6 needed!")
|
||||||
endif()
|
endif()
|
||||||
find_package(LyXGettext REQUIRED)
|
find_package(LyXGettext REQUIRED)
|
||||||
include_directories(${TOP_SRC_DIR}/po)
|
|
||||||
add_subdirectory(po "${TOP_BINARY_DIR}/po")
|
add_subdirectory(po "${TOP_BINARY_DIR}/po")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user