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