From 12da3947deb02adc0154f9d31e52dbdba039b06b Mon Sep 17 00:00:00 2001 From: Ebersold Date: Wed, 5 Jan 2022 11:40:13 +0100 Subject: [PATCH] Updated aeb/CmakeLists.txt to avoid multiple includes of CPACK --- aeb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2