commit 3c6cf933ac6c7e92b54d7d567482dd89b10f4cf5 parent 7fc020c01bd5aedbd6dc4498c37a1d8d4fec2054 Author: vaplv <vaplv@free.fr> Date: Wed, 24 Sep 2014 10:41:19 +0200 Remove the aw/ directory from the header install destination Diffstat:
| M | cmake/CMakeLists.txt | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -50,7 +50,7 @@ set_target_properties(loader-aw PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION_MAJOR}) -rcmake_setup_devel(loader-aw LoaderAW ${VERSION} aw/aw_version.h) +rcmake_setup_devel(loader-aw LoaderAW ${VERSION} aw_version.h) ################################################################################ # Define tests @@ -70,5 +70,5 @@ install(TARGETS loader-aw ARCHIVE DESTINATION lib LIBRARY DESTINATION lib RUNTIME DESTINATION bin) -install(FILES ${AW_FILES_INC} DESTINATION include/aw) +install(FILES ${AW_FILES_INC} DESTINATION include)