Skip to content

Commit

Permalink
LOC
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Dec 3, 2024
1 parent 55d16aa commit 6ffd33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
shell: cmd
run: |
pip install numpy
cmake -DCMAKE_INSTALL_PREFIX=%cd:\=/%/install -DNLOPT_TESTS=ON .
cmake -DCMAKE_INSTALL_PREFIX=%cd:\=/%/install -DNLOPT_TESTS=ON -DPython_FIND_STRATEGY=LOCATION .
cmake --build . --config Release --target install
xcopy %cd%\install\bin\nlopt.dll %cd%\src\swig
xcopy %cd%\install\Lib\site-packages\_nlopt*.pyd %cd%\src\swig
Expand Down

0 comments on commit 6ffd33d

Please sign in to comment.