nlopt in RelWithDebInfo now compiles as release.

This commit is contained in:
Vojtech Bubnik 2023-05-04 15:27:09 +02:00
parent 8593ad1f80
commit 3b9037b442

View File

@ -546,6 +546,7 @@ foreach(po_file ${L10N_PO_FILES})
endforeach()
find_package(NLopt 1.4 REQUIRED)
slic3r_remap_configs(NLopt::nlopt RelWithDebInfo Release)
if(SLIC3R_STATIC)
set(OPENVDB_USE_STATIC_LIBS ON)