diff --git a/CMakeLists.txt b/CMakeLists.txt index 264cadb..f6e8831 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,6 @@ endif() # Link and create SDL2 Definition if we're using SDL2 if (SDL2_ENABLED) - find_package(SDL2 REQUIRED) add_compile_definitions(BLAH_USE_SDL2) target_include_directories(blah PUBLIC "$") set(LIBS ${LIBS} ${SDL2_LIBRARIES})