Skip to content

Commit af1d661

Browse files
committed
cmake debug output
1 parent 8074127 commit af1d661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ function Build-CMakeProject {
14311431
Add-KeyValueIfNew $Defines CMAKE_MAKE_PROGRAM "$ninja"
14321432

14331433
# Generate the project
1434-
$cmakeGenerateArgs = @("-B", $Bin, "-S", $Src, "-G", $Generator)
1434+
$cmakeGenerateArgs = @("-B", $Bin, "-S", $Src, "-G", $Generator, "--debug-output")
14351435
if ($CacheScript) {
14361436
$cmakeGenerateArgs += @("-C", $CacheScript)
14371437
}

0 commit comments

Comments
 (0)