ryzomcore icon indicating copy to clipboard operation
ryzomcore copied to clipboard

FindLuabind doesn't update library path when Hunter Luabind is updated

Open kaetemi opened this issue 3 years ago • 0 comments

//Include path for Luabind
LUABIND_INCLUDE_DIR:PATH=/root/.hunter/_Base/5e53cbb/9e316b0/deb09b6/Install/include

//Path to a library.
LUABIND_LIBRARY_DEBUG:FILEPATH=/root/.hunter/_Base/5e53cbb/9e316b0/16623a7/Install/lib/libluabind09-d.a

//Path to a library.
LUABIND_LIBRARY_RELEASE:FILEPATH=/root/.hunter/_Base/5e53cbb/9e316b0/16623a7/Install/lib/libluabind09.a

//Path to a file.
LUABIND_VERSION_FILE:FILEPATH=/root/.hunter/_Base/5e53cbb/9e316b0/16623a7/Install/include/luabind/version.hpp

//The directory containing a CMake configuration file for Lua.
Lua_DIR:PATH=/root/.hunter/_Base/5e53cbb/9e316b0/deb09b6/Install/lib/cmake/Lua

Include path is updated, but library path is not.

kaetemi avatar Feb 01 '22 02:02 kaetemi