Wireshark-commits: [Wireshark-commits] master 850411d: cmake: fix build without Lua

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 May 2016 11:51:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=850411dd440642074ead15d5f734fa4743940de0
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

850411d by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: fix build without Lua
    
    Fixes this error:
    
        Objects of target "wslua" referenced but no such target exists.
    
    Change-Id: I1168dbff538fb62f614073c28aaba6e6666f499b
    Reviewed-on: https://code.wireshark.org/review/15329
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Léo Gaspard
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  4936206   capinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPT
    adds  850411d   cmake: fix build without Lua


Summary of changes:
 epan/CMakeLists.txt |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)