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 739a1f9 commit 5fa11e1Copy full SHA for 5fa11e1
contrib/ci.inria.fr/job-1-wincmake.bat
@@ -27,7 +27,7 @@ if %errorlevel% neq 0 exit /b %errorlevel%
27
cd %SHORTNAME%\contrib\windows-cmake
28
if %errorlevel% neq 0 exit /b %errorlevel%
29
30
-cmake --install-prefix=%cd%/install -DCMAKE_BUILD_TYPE=Release -B build
+cmake %HWLOC_WINCMAKE_OPTS% --install-prefix=%cd%/install -DCMAKE_BUILD_TYPE=Release -B build
31
32
33
cmake --build build --parallel
0 commit comments