Looks like not every version of cmake has the same behaviour wrt
authorJörg Mayer <jmayer@loplof.de>
Tue, 23 Jul 2013 07:41:20 +0000 (07:41 -0000)
committerJörg Mayer <jmayer@loplof.de>
Tue, 23 Jul 2013 07:41:20 +0000 (07:41 -0000)
the working directory. So hardcode the path in a case where it
didn't work for everyone.

svn path=/trunk/; revision=50817

CMakeLists.txt

index e7040a93848c2003c56327d487d5f0f4cfac1056..e57072b4da448228e9fb07e51381477278314ff5 100644 (file)
@@ -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(