diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-24 13:52:31 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-24 13:52:31 +0100 |
commit | 165ef2da36794da141cfde70825a55a6bd9ba263 (patch) | |
tree | e1f7e2c1c694857c92b2e14651e5d7f41efb476a /CMakeLists.txt | |
parent | 7348a7d587adc3cb1bc11ef7513ef7b03bc40349 (diff) | |
parent | 2fe765020769c8eb06ca410b7e289f37508d5efc (diff) | |
download | ouroboros-165ef2da36794da141cfde70825a55a6bd9ba263.tar.gz ouroboros-165ef2da36794da141cfde70825a55a6bd9ba263.zip |
Merged in dstaesse/ouroboros/be-license (pull request #326)
ouroboros: Correct license statements
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 932375b4..b64ceec4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,6 @@ add_custom_target(uninstall set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE_DESCRIPTION}") set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README") -set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") set(CPACK_PACKAGE_VERSION_MAJOR "${PACKAGE_VERSION_MAJOR}") set(CPACK_PACKAGE_VERSION_MINOR "${PACKAGE_VERSION_MINOR}") set(CPACK_PACKAGE_INSTALL_DIRECTORY |