aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-07-23 07:41:20 +0000
committerJörg Mayer <jmayer@loplof.de>2013-07-23 07:41:20 +0000
commit681c9e716096b4c2125f8b7785cf6621ff75d3be (patch)
treef4014764d9f877d3d9d81bd988dca47333bcef45 /CMakeLists.txt
parentefd6675cf69fa5b75abb39410b7661bebddc1350 (diff)
Looks like not every version of cmake has the same behaviour wrt
the working directory. So hardcode the path in a case where it didn't work for everyone. svn path=/trunk/; revision=50817
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7040a9384..e57072b4da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1087,7 +1087,7 @@ pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/rawshark 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/reordercap 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/text2pcap 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/tshark 1 )
-pod2manhtml( wireshark 1 )
+pod2manhtml( ${CMAKE_BINARY_DIR}/wireshark 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/wireshark-filter 4 )
add_custom_target(