aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-06-12 10:58:37 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2015-06-12 20:36:37 +0000
commita57398dacb44b537d2fba0c0ce0c64a2d61a65ed (patch)
tree04b88863265707d38cb957b27794d3cc7fe03ba8 /ui
parent905506fd9828a72607b7fd2011f2c23486b615d9 (diff)
Fix some CMake compiler tests for Win64
Change-Id: I03244b48e6593d1fe5f4d139fa5d171debeb9fd7 Reviewed-on: https://code.wireshark.org/review/8909 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/CMakeLists.txt b/ui/gtk/CMakeLists.txt
index 5b27540cd3..6a02968a8e 100644
--- a/ui/gtk/CMakeLists.txt
+++ b/ui/gtk/CMakeLists.txt
@@ -175,7 +175,7 @@ if(PORTAUDIO_FOUND)
)
# Portaudio has some size_t > long warnings as a result of using strlen() on x64.
- if (WIRESHARK_TARGET_PLATFORM STREQUAL "win64")
+ if ("${WIRESHARK_TARGET_PLATFORM}" STREQUAL "win64")
#set_source_files_properties(${PORTAUDIO_SRC_DIR}/hostapi/wmme/pa_win_wmme.c
# PROPERTIES
# COMPILE_FLAGS "/wd4267"