Skip to content

Commit

Permalink
apple silicon build test with b flag
Browse files Browse the repository at this point in the history
  • Loading branch information
glsorre committed Mar 1, 2024
1 parent 976d569 commit c658aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug_mac_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: build deps & slicer
run: ./BuildMacOS.sh -ia
run: ./BuildMacOS.sh -bia
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindNLopt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(NOT NLopt_DIR)

set(NLopt_FOUND TRUE)

set(_NLopt_LIB_NAMES "nlopt")
set(_NLopt_LIB_NAMES "nlopt" "nloptd")
find_library(NLopt_LIBS
NAMES ${_NLopt_LIB_NAMES})
if(NOT NLopt_LIBS)
Expand Down

0 comments on commit c658aef

Please sign in to comment.