On 09.05.2011 18:28, Kornel wrote:
Index: development/cmake/CMakeLists.txt
===================================================================
--- development/cmake/CMakeLists.txt    (Revision 38662)
+++ development/cmake/CMakeLists.txt    (Arbeitskopie)
@@ -21,7 +21,6 @@

  include(LyXMacros)

-
  # Usage LYX_OPTION
  # 1. parameter: option name without prefix 'LYX_'
  # 2. parameter: description
@@ -302,7 +301,7 @@
        endif()
        find_package(LyXGettext REQUIRED)
        include_directories(${TOP_SRC_DIR}/po)
-       add_subdirectory(po)
+       add_subdirectory(po "${TOP_BINARY_DIR}/po")

In the binary dir po (TOP_BINARY_DIR) is a CMakeLists.txt?
Isn't this wrong?

Peter

Reply via email to