Skip to content

Commit b4eb1a2

Browse files
committed
cleanup 2
1 parent ecbecd5 commit b4eb1a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ OPTION(VANILLA_BUILD_RPI "Build SDL2 app for Raspberry Pi" ON)
2424
OPTION(VANILLA_BUILD_TESTS "Build unit tests for Vanilla" OFF)
2525
OPTION(VANILLA_BUILD_PIPE "Build vanilla-pipe for connecting to Wii U (Linux only)" ${LINUX})
2626
OPTION(VANILLA_BUILD_VENDORED "Build Vanilla with \"vendored\" third-party libraries" ${vendored_default})
27-
OPTION(VANILLA_BUILD_CARAMEL "Build Caramel library" OFF)
2827

2928
add_subdirectory(lib)
3029
if (VANILLA_BUILD_PIPE)
@@ -36,6 +35,3 @@ endif()
3635
if (VANILLA_BUILD_RPI)
3736
add_subdirectory(rpi)
3837
endif()
39-
if (VANILLA_BUILD_CARAMEL)
40-
add_subdirectory(caramel)
41-
endif()

0 commit comments

Comments
 (0)