fix prefix path not resolving symlinks

This commit is contained in:
Jon Daniel 2023-01-14 23:49:06 +01:00 committed by Anonymous Maarten
parent 381312a02a
commit b47b6e02fd

View file

@ -14,6 +14,7 @@ macro(set_and_check _var _file)
endif()
endmacro()
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@")