From ca495768c04f04f6bfe97216809ce7f09b1c8c6d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 22 Sep 2015 22:47:46 -0700 Subject: $, 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 --- ConfigureChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ConfigureChecks.cmake') 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) -- cgit v1.2.1