We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76854de + b99ac0c commit f00cfe0Copy full SHA for f00cfe0
iceoryx_posh/cmake/cpptoml/CMakeLists.txt
@@ -73,9 +73,11 @@ if(DEFINED CMAKE_TOOLCHAIN_FILE)
73
endif()
74
75
execute_process(
76
- COMMAND git apply -R -p1 --ignore-space-change --whitespace=nowarn --quiet --check
+ COMMAND git apply -R -p1 --ignore-space-change --whitespace=nowarn --check
77
INPUT_FILE "${CMAKE_CURRENT_LIST_DIR}/0001-cpptoml-cmake-version.patch"
78
WORKING_DIRECTORY "${SOURCE_DIR}"
79
+ OUTPUT_QUIET
80
+ ERROR_QUIET
81
RESULT_VARIABLE result)
82
if(result)
83
message(STATUS "Applying patch for minimal cmake version to cpptoml")
0 commit comments