summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aaf3a90cf..27aa56780 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -261,7 +261,7 @@ if(ENABLE_SDL2)
261 find_package(SDL2) 261 find_package(SDL2)
262 if (NOT SDL2_FOUND) 262 if (NOT SDL2_FOUND)
263 # otherwise add this to the list of libraries to install 263 # otherwise add this to the list of libraries to install
264 list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.12@bincrafters/stable") 264 list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.14@bincrafters/stable")
265 endif() 265 endif()
266endif() 266endif()
267 267