2018-10-12 12:19:08 +00:00
|
|
|
|
2018-11-30 19:52:45 +00:00
|
|
|
set(DEP_CMAKE_OPTS "-DCMAKE_POSITION_INDEPENDENT_CODE=ON")
|
|
|
|
|
|
|
|
include("deps-unix-common.cmake")
|
|
|
|
|
2020-09-01 17:04:22 +00:00
|
|
|
# Some Linuxes may have very old libpng, so it's best to bundle it instead of relying on the system version.
|
|
|
|
# find_package(PNG QUIET)
|
|
|
|
# if (NOT PNG_FOUND)
|
|
|
|
# message(WARNING "No PNG dev package found in system, building static library. You should install the system package.")
|
2021-03-23 14:37:18 +00:00
|
|
|
# endif ()
|