Skip to content

Commit 5fa11e1

Browse files
committed
contrib/ci.inria.fr: allow to pass local options to the Windows CMake cmdline
Signed-off-by: Brice Goglin <[email protected]>
1 parent 739a1f9 commit 5fa11e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ci.inria.fr/job-1-wincmake.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if %errorlevel% neq 0 exit /b %errorlevel%
2727
cd %SHORTNAME%\contrib\windows-cmake
2828
if %errorlevel% neq 0 exit /b %errorlevel%
2929

30-
cmake --install-prefix=%cd%/install -DCMAKE_BUILD_TYPE=Release -B build
30+
cmake %HWLOC_WINCMAKE_OPTS% --install-prefix=%cd%/install -DCMAKE_BUILD_TYPE=Release -B build
3131
if %errorlevel% neq 0 exit /b %errorlevel%
3232

3333
cmake --build build --parallel

0 commit comments

Comments
 (0)