Browse Source

modules: minor sanity "asserts" in FindSDL2.cmake.

findsdl-include-root
Vladimír Vondruš 7 years ago
parent
commit
6c8c1798fb
  1. 2
      modules/FindSDL2.cmake

2
modules/FindSDL2.cmake

@ -71,6 +71,8 @@ else()
set(_SDL2_RUNTIME_PATH_SUFFIX i686-w64-mingw32/lib)
list(APPEND _SDL2_PATH_SUFFIXES i686-w64-mingw32/include/SDL2)
endif()
else()
message(FATAL_ERROR "Unsupported compiler")
endif()
endif()

Loading…
Cancel
Save