Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jan 2, 2025
1 parent b4fbfa0 commit 3e8a755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ find_library(SDL2_LIBRARY SDL2)
find_package_handle_standard_args(SDL2 DEFAULT_MSG SDL2_LIBRARY SDL2_INCLUDE_DIR)

if(NOT SDL2_FOUND AND WIN32)
message(STATUS "Using vendored SDL2")
message(STATUS "Using vendored SDL2 library")
set(SDL2_FOUND TRUE)
set(SDL2_DIR Windows/SDL2)
set(SDL2_INCLUDE_DIR "${SDL2_DIR}/include")
Expand Down Expand Up @@ -604,7 +604,7 @@ function(FIND_CODEC)
find_package_handle_standard_args(${CODEC} DEFAULT_MSG ${CODEC}_LIBRARY ${CODEC}_INCLUDE_DIR)

if(NOT ${CODEC}_FOUND AND WIN32)
message(STATUS "Using vendored ${CODEC}")
message(STATUS "Using vendored ${CODEC} library")
set(${CODEC}_FOUND TRUE)
set(CODECS_DIR Windows/codecs)
set(${CODEC}_INCLUDE_DIR "${CODECS_DIR}/include")
Expand Down

0 comments on commit 3e8a755

Please sign in to comment.