deps-linux.cmake 387 B

12345678910
  1. set(DEP_CMAKE_OPTS "-DCMAKE_POSITION_INDEPENDENT_CODE=ON")
  2. include("deps-unix-common.cmake")
  3. # Some Linuxes may have very old libpng, so it's best to bundle it instead of relying on the system version.
  4. # find_package(PNG QUIET)
  5. # if (NOT PNG_FOUND)
  6. # message(WARNING "No PNG dev package found in system, building static library. You should install the system package.")
  7. # endif ()