From: Ebersold Date: Wed, 5 Jan 2022 10:40:13 +0000 (+0100) Subject: Updated aeb/CmakeLists.txt to avoid multiple includes of CPACK X-Git-Url: https://git.ebersold.fr/?a=commitdiff_plain;h=12da3947deb02adc0154f9d31e52dbdba039b06b;p=aebutils.git Updated aeb/CmakeLists.txt to avoid multiple includes of CPACK --- diff --git a/aeb/CMakeLists.txt b/aeb/CMakeLists.txt index 45df01f..4dffb29 100644 --- a/aeb/CMakeLists.txt +++ b/aeb/CMakeLists.txt @@ -106,4 +106,4 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" ) ENDIF() #SET(CPACK_PACKAGE_EXECUTABLES "cstaspy") SET(CPACK_PACKAGE_EXECUTABLES "aeb-tools" "aeb tools library") -INCLUDE(CPack) +#INCLUDE(CPack)