mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Fix windows build scripts.
This commit is contained in:
@@ -8,7 +8,7 @@ Param(
|
||||
[Parameter(Mandatory = $false)]
|
||||
[Alias("cmake-options")]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[int]$ARG_CMAKE_OPTIONS = ""
|
||||
[string]$ARG_CMAKE_OPTIONS = ""
|
||||
)
|
||||
|
||||
$CURRENT_PATH = Split-Path $pwd -leaf
|
||||
|
||||
@@ -8,7 +8,7 @@ Param(
|
||||
[Parameter(Mandatory = $false)]
|
||||
[Alias("cmake-options")]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[int]$ARG_CMAKE_OPTIONS = ""
|
||||
[string]$ARG_CMAKE_OPTIONS = ""
|
||||
)
|
||||
|
||||
$CURRENT_PATH = Split-Path $pwd -leaf
|
||||
|
||||
Reference in New Issue
Block a user