cmake debug output

This commit is contained in:
Owen Voorhees
2025-05-09 15:01:39 -07:00
parent 8d74e3db69
commit cd24a1cf49

View File

@@ -1494,7 +1494,7 @@ function Build-CMakeProject {
Add-KeyValueIfNew $Defines CMAKE_MAKE_PROGRAM "$ninja"
# Generate the project
$cmakeGenerateArgs = @("-B", $Bin, "-S", $Src, "-G", $Generator)
$cmakeGenerateArgs = @("-B", $Bin, "-S", $Src, "-G", $Generator, "--trace", "-DCMAKE_VERBOSE_MAKEFILE=ON")
if ($CacheScript) {
$cmakeGenerateArgs += @("-C", $CacheScript)
}