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.
1 parent b973cbe commit 8203d28Copy full SHA for 8203d28
helper.mk
@@ -304,7 +304,9 @@ reconfigure: configure/clean configure
304
@date -u
305
306
${build_dir}/CMakeCache.txt: CMakeLists.txt
307
- ${sonar_bw_cmdline} ${cmake} ${cmake_options}
+ ${sonar_bw_cmdline} ${cmake} ${cmake_options} \
308
+ || cat ${build_dir}/CMakeFiles/CMakeOutput.log
309
+ ls -l $@
310
311
all: ${build_dir}/CMakeCache.txt
312
# ${sonar_bw_cmdline} ${cmake} --build ${<D} \
0 commit comments