From ff5685b9d2348686dca32abd9452d477f89d5cec Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Tue, 9 Jul 2019 12:46:23 +0200 Subject: [PATCH] Remove unliked comment and empty macro --- CMake/OTBModuleEnablement.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMake/OTBModuleEnablement.cmake b/CMake/OTBModuleEnablement.cmake index 42b76c986a..539e3c5c7e 100644 --- a/CMake/OTBModuleEnablement.cmake +++ b/CMake/OTBModuleEnablement.cmake @@ -379,13 +379,6 @@ endif() file(WRITE "${OTB_BINARY_DIR}/OTBTargets.cmake" "# Generated by CMake, do not edit!") -# Override CMake's built-in add_* commands: assign LABELS to tests and targets -# automatically. Depends on the CMake variable otb-module being set to the -# "current" module when add_* is called. -macro(verify_otb_module_is_set) - -endmacro() - macro(init_module_vars) if( "${otb-module}" STREQUAL "" ) message(FATAL_ERROR "CMake variable otb-module is not set") -- GitLab