Fix issues with libpng for good
Add "prusaslicer_" prefix to static libpng in deps
This commit is contained in:
parent
1d138e6e02
commit
9782a584f0
1
deps/PNG/PNG.cmake
vendored
1
deps/PNG/PNG.cmake
vendored
@ -5,6 +5,7 @@ prusaslicer_add_cmake_project(PNG
|
||||
CMAKE_ARGS
|
||||
-DPNG_SHARED=OFF
|
||||
-DPNG_STATIC=ON
|
||||
-DPNG_PREFIX=prusaslicer_
|
||||
-DPNG_TESTS=OFF
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user