diff options
author | Pino Toscano <pino@kde.org> | 2010-03-07 19:25:27 +0100 |
---|---|---|
committer | Pino Toscano <pino@kde.org> | 2010-03-07 19:25:27 +0100 |
commit | 0d0044e8cc2d406f066338102ec73e1b56214cc3 (patch) | |
tree | 4e69cde3317c528be3ece38d22a27a9dac0dd723 /CMakeLists.txt | |
parent | f785e29a901d2c76204dd26e9585446fdd817ebd (diff) |
[CMake] move poppler-config.h.cmake in the poppler subdirectory, where poppler-config.h.in is
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a2b539f..21e35798 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,7 @@ endif(_comp_warnings STREQUAL "kde") include(ConfigureChecks.cmake) configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) -configure_file(poppler-config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/poppler/poppler-config.h) +configure_file(poppler/poppler-config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/poppler/poppler-config.h) set(poppler_SRCS |