mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 05:01:10 -06:00
fix typo and disable ARM_NEON check
This commit is contained in:
parent
d780b33a16
commit
1719a9b3d1
1 changed files with 2 additions and 1 deletions
3
deps/PNG/PNG.cmake
vendored
3
deps/PNG/PNG.cmake
vendored
|
|
@ -8,7 +8,8 @@ prusaslicer_add_cmake_project(PNG
|
|||
-DPNG_STATIC=ON
|
||||
-DPNG_PREFIX=prusaslicer_
|
||||
-DPNG_TESTS=OFF
|
||||
-DDISABLE_DEPENDENCY_TRACKING
|
||||
-DDISABLE_DEPENDENCY_TRACKING=OFF
|
||||
-DPNG_ARM_NEON=off
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue