aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-06-18 09:30:10 +0200
committerJörg Mayer <jmayer@loplof.de>2014-06-18 07:30:43 +0000
commit7939f6888b62b811f62bbb5a22340af92133f846 (patch)
tree5dbf7b245a34b5527fc40db0a0b0a9a90d462480 /cmake
parent4aad9d3b58062562dff00b834989ae626dc5e03f (diff)
Don't put c-comments into cmake files. Won't work at midnight either.
Change-Id: I80efce78a044f477af56f82cc9d8e85c8544ffbc Reviewed-on: https://code.wireshark.org/review/2372 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindPCAP.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/FindPCAP.cmake b/cmake/modules/FindPCAP.cmake
index e5a0264e2b..487a729318 100644
--- a/cmake/modules/FindPCAP.cmake
+++ b/cmake/modules/FindPCAP.cmake
@@ -55,8 +55,8 @@ check_function_exists( "pcap_freecode" HAVE_PCAP_FREECODE )
# update libpcap without updating the headers.
#
check_function_exists( "pcap_breakloop" HAVE_PCAP_BREAKLOOP )
-/* FIXME: The code (at least) in dumpcap assumes that PCAP_CREATE is not
- * available on Windows */
+# FIXME: The code (at least) in dumpcap assumes that PCAP_CREATE is not
+# available on Windows
if( NOT WIN32 )
check_function_exists( "pcap_create" HAVE_PCAP_CREATE )
endif()