Skip to content

Commit

Permalink
Fixed bug in setting ${prefix}
Browse files Browse the repository at this point in the history
  • Loading branch information
mxlgv authored and madebr committed Aug 28, 2023
1 parent 994029f commit bea46bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdl2_ttf-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ set(SDL2TTF_VENDORED @SDL2TTF_VENDORED@)

set(SDL2TTF_SDL2_REQUIRED_VERSION @SDL_VERSION@)

get_filename_component(CMAKE_CURRENT_LIST_DIR ${CMAKE_CURRENT_LIST_DIR} REALPATH)
get_filename_component(prefix "${CMAKE_CURRENT_LIST_DIR}/@cmake_prefix_relpath@" ABSOLUTE)
set(exec_prefix "@exec_prefix@")
set(bindir "@bindir@")
Expand Down

0 comments on commit bea46bd

Please sign in to comment.