mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by cmake-format
This commit is contained in:
parent
9cb59f9ea4
commit
1a28e71b68
@ -361,15 +361,15 @@ if(RESINSIGHT_ENABLE_GRPC)
|
|||||||
source_group("Source Files" ${GENERATED_CLASSES_FILE})
|
source_group("Source Files" ${GENERATED_CLASSES_FILE})
|
||||||
add_dependencies(RipsGeneratedPythonClasses ResInsight)
|
add_dependencies(RipsGeneratedPythonClasses ResInsight)
|
||||||
|
|
||||||
|
# Copy the Python folder to build folder. This will ease debugging of Python
|
||||||
# Copy the Python folder to build folder. This will ease debugging of Python scripts
|
# scripts
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET RipsGeneratedPythonClasses
|
TARGET RipsGeneratedPythonClasses
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND
|
COMMAND
|
||||||
${CMAKE_COMMAND} -E copy_directory
|
${CMAKE_COMMAND} -E copy_directory
|
||||||
"${CMAKE_SOURCE_DIR}/GrpcInterface/Python"
|
"${CMAKE_SOURCE_DIR}/GrpcInterface/Python"
|
||||||
$<TARGET_FILE_DIR:ResInsight>/Python)
|
$<TARGET_FILE_DIR:ResInsight>/Python)
|
||||||
|
|
||||||
endif(RESINSIGHT_ENABLE_GRPC)
|
endif(RESINSIGHT_ENABLE_GRPC)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user