Skip to content

Commit

Permalink
Fix issue where nlopt lib folder is sometimes created as nlopt/lib64.
Browse files Browse the repository at this point in the history
  • Loading branch information
astamm committed May 26, 2022
1 parent 7b068a3 commit fb201fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cmake_call.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ${CMAKE_BIN} \
make -j${NCORES}
make install
cd ..
mv nlopt/lib* nlopt/lib

# Cleanup
sh ./scripts/nlopt_cleanup.sh

0 comments on commit fb201fa

Please sign in to comment.