diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2014-07-09 00:14:40 +0200 |
---|---|---|
committer | Evan Huus <eapache@gmail.com> | 2014-07-09 19:29:46 +0000 |
commit | a93d2eaef5f51b0082af172884cd21d2b8265f74 (patch) | |
tree | 8a7813943481df2cd386d326fb740811167b665c /cmakeconfig.h.in | |
parent | 2cb5937ebb0798358f248ec894c75227f08bc2ac (diff) | |
download | wireshark-a93d2eaef5f51b0082af172884cd21d2b8265f74.tar.gz wireshark-a93d2eaef5f51b0082af172884cd21d2b8265f74.tar.bz2 wireshark-a93d2eaef5f51b0082af172884cd21d2b8265f74.zip |
CMake : Set html viewer exe path in HTML_VIEWER variable (and no set or unset..), autotools only add exe name
Change-Id: I552ef5d20fc80d341ce97da76b665e97df856d18
Reviewed-on: https://code.wireshark.org/review/2951
Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 7de13b52e4..a3784271ca 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -312,7 +312,7 @@ #cmakedefine HAVE_WINSOCK2_H 1 /* HTML viewer, e.g. mozilla */ -#cmakedefine HTML_VIEWER +#cmakedefine HTML_VIEWER "${HTML_VIEWER_EXECUTABLE}" /* Define if inet/v6defs.h needs to be included */ #cmakedefine NEED_INET_V6DEFS_H 1 |