From 8629f92cf830e0f1f51e1de5e47e641f4f2d1fa1 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 10 Mar 2014 12:16:59 +0100 Subject: [PATCH] CMake: Remove installation of third party code --- README.md | 1 + src/CMakeLists.txt | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5eacbced..b56f3fe3 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ current `master` branch: Boost1.35 GMP4.2.2 MPFR2.4.0 +utfcpp2.3.4 gettext0.17optional libedit20090111-3.0optional Python2.4optional diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8359308e..6304a50c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -268,9 +268,6 @@ if(BUILD_LIBRARY) install(TARGETS libledger DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(FILES ${LEDGER_INCLUDES} ${PROJECT_SOURCE_DIR}/lib/sha1.h - ${PROJECT_SOURCE_DIR}/lib/utfcpp/source/utf8.h - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ledger) - install(DIRECTORY ${PROJECT_SOURCE_DIR}/lib/utfcpp/source/utf8 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ledger) else() add_executable(ledger