aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Pedersen <Nadia-h@users.noreply.github.com>2019-05-26 21:30:45 +0200
committerGitHub <noreply@github.com>2019-05-26 21:30:45 +0200
commit8e783d936077abaf9c4752bed9dae41410496bc3 (patch)
tree269f282b9490e93597eaca00c81395d51475e74b
parent23eccc943973e32a0c0bb367a4b2ba19d8e54030 (diff)
Remove useless BUILD_SDL2 option
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9aa96ad..b1cbebf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,6 @@ if(ENABLE_LTO)
endif()
option(BUILD_LIBUI "Build libui frontend" ON)
-option(BUILD_SDL "Build SDL2 frontend" OFF)
add_subdirectory(src)
@@ -33,10 +32,6 @@ if (BUILD_LIBUI)
add_subdirectory(src/libui_sdl)
endif()
-if (BUILD_SDL)
- add_subdirectory(src/sdl)
-endif()
-
configure_file(
${CMAKE_SOURCE_DIR}/romlist.bin
${CMAKE_BINARY_DIR}/romlist.bin COPYONLY)