URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f0bd31171c3708b1502de051dbe36ee2e055ae5f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f0bd311 by Gerald Combs (gerald@xxxxxxxxxxxxx):
CMake: Don't cache LUA_LIBRARIES.
Don't cache the LUA_LIBRARIES variable. This matches the behavior of the
other library modules and fixes a compilation problem on my machine
where /usr/local/lib/liblua.dylib wasn't showing up in the various
build.make and link.txt files.
Change-Id: Ib75ef303f2e67b266a246621718d0ea2ab885dca
Reviewed-on: https://code.wireshark.org/review/5603
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 0d20456 Make a note that cmake needs to install the freedesktop integration files too.
adds f0bd311 CMake: Don't cache LUA_LIBRARIES.
Summary of changes:
cmake/modules/FindLUA.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)