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 7a4b78a
Showing 1 changed file with 1 addition and 1 deletion.
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 7a4b78a

Please sign in to comment.