From: Fletcher T. Penney Date: Fri, 4 Dec 2015 14:05:53 +0000 (-0500) Subject: FIXED: Remove unneeded install directive; FIXED: Fix public header install prefix... X-Git-Tag: 0.1.0a~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c376c8f1c43211cf48afd1843e11592af23fd2e9;p=multimarkdown FIXED: Remove unneeded install directive; FIXED: Fix public header install prefix (I think) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d5a23b6..358bc99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -301,14 +301,14 @@ endif (WIN32) # You're largely on your own here -install (FILES ${CMAKE_CURRENT_LIST_DIR}/README.md ${PROJECT_SOURCE_DIR}/LICENSE.txt - DESTINATION . -) +# install (FILES ${CMAKE_CURRENT_LIST_DIR}/README.md ${PROJECT_SOURCE_DIR}/LICENSE.txt +# DESTINATION . +# ) # Use something like this to install public header files (after adding them # with the ADD_PUBLIC_HEADER() macro) -# install (FILES ${public_header_files} DESTINATION /usr/local/include/libFoo) +# install (FILES ${public_header_files} DESTINATION local/include/libFoo) set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "${My_Project_Description}") set (CPACK_PACKAGE_VENDOR "${My_Project_Author}")