Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Mar 17, 2023
1 parent 9b2c4fc commit 73471bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/importSDL2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ if (BUILD_BUNDLE)
download_SDL2()
endif()
else()
# SDL2 found, then make a symlink to it
# Obtain the library location from the SDL2 CMake exported properties
# SDL2 found, get the library location from the SDL2 CMake exported properties
get_target_property(SDL2_LIBDIR SDL2::SDL2 IMPORTED_LOCATION)
# SDL2_LIBDIR now contains the full path to the library including the file (.so/.dll/.dylib)
message(STATUS "Using system libSDL2 from ${SDL2_LIBDIR}")
Expand Down

0 comments on commit 73471bc

Please sign in to comment.