Skip to content

Commit

Permalink
Remove SOIL altogether from the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
linkmauve authored and JosJuice committed May 20, 2018
1 parent 6d01436 commit c51ae9c
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 8,508 deletions.
11 changes: 0 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -670,17 +670,6 @@ else()
include_directories(BEFORE Externals/curl/include)
endif()

if(NOT APPLE)
check_lib(SOIL "(no .pc for SOIL)" SOIL SOIL/SOIL.h QUIET)
endif()
if(SOIL_FOUND)
message(STATUS "Using shared SOIL")
else()
message(STATUS "Using static SOIL from Externals")
add_subdirectory(Externals/SOIL)
include_directories(Externals/SOIL)
endif()

if (NOT ANDROID)
find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c)
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
Expand Down
6 changes: 0 additions & 6 deletions Externals/SOIL/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit c51ae9c

Please sign in to comment.