From 1a28e71b6875ff37bda78a44f6b0dfa444685dcb Mon Sep 17 00:00:00 2001 From: magnesj Date: Tue, 23 Feb 2021 06:07:41 +0000 Subject: [PATCH] Fixes by cmake-format --- ApplicationExeCode/CMakeLists.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ApplicationExeCode/CMakeLists.txt b/ApplicationExeCode/CMakeLists.txt index 3a9eb6125b..578fb5caaa 100644 --- a/ApplicationExeCode/CMakeLists.txt +++ b/ApplicationExeCode/CMakeLists.txt @@ -361,15 +361,15 @@ if(RESINSIGHT_ENABLE_GRPC) source_group("Source Files" ${GENERATED_CLASSES_FILE}) add_dependencies(RipsGeneratedPythonClasses ResInsight) - - # Copy the Python folder to build folder. This will ease debugging of Python scripts + # Copy the Python folder to build folder. This will ease debugging of Python + # scripts add_custom_command( - TARGET RipsGeneratedPythonClasses - POST_BUILD - COMMAND - ${CMAKE_COMMAND} -E copy_directory - "${CMAKE_SOURCE_DIR}/GrpcInterface/Python" - $/Python) + TARGET RipsGeneratedPythonClasses + POST_BUILD + COMMAND + ${CMAKE_COMMAND} -E copy_directory + "${CMAKE_SOURCE_DIR}/GrpcInterface/Python" + $/Python) endif(RESINSIGHT_ENABLE_GRPC)