aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-09-22 22:47:46 -0700
committerGuy Harris <guy@alum.mit.edu>2015-09-23 05:48:44 +0000
commitca495768c04f04f6bfe97216809ce7f09b1c8c6d (patch)
treee6303c873d2c012830d0516b67f9f84e4198eea7 /ConfigureChecks.cmake
parent4abed38c25c1d3ddd4dbd7f77e602ca9518f8ca6 (diff)
$, not %, is used to introduce a variable reference in CMake.
Change-Id: Ib4af3c5cee9bd2e1adb5758b9389611165e62b62 Reviewed-on: https://code.wireshark.org/review/10619 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index de25c64874..9825cb5780 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -34,7 +34,7 @@ check_include_file("netinet/in.h" HAVE_NETINET_IN_H)
check_include_file("netdb.h" HAVE_NETDB_H)
# We need to set the path to Wpdpack in order to find Ntddndis.h
#cmake_push_check_state()
-#set(CMAKE_REQUIRED_INCLUDES %{PCAP_INCLUDE_DIRS})
+#set(CMAKE_REQUIRED_INCLUDES ${PCAP_INCLUDE_DIRS})
#check_include_file("Ntddndis.h" HAVE_NTDDNDIS_H)
#cmake_pop_check_state()
check_include_file("portaudio.h" HAVE_PORTAUDIO_H)