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 cf251bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/NLopt/NLopt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ prusaslicer_add_cmake_project(NLopt
-DNLOPT_TESTS:BOOL=OFF
)

if (MSVC)
if (MSVC OR APPLE)
add_debug_dep(dep_NLopt)
endif ()

0 comments on commit cf251bf

Please sign in to comment.