From 6957edd67ddc47cead8a2661cd3e505fa3ad7ca0 Mon Sep 17 00:00:00 2001 From: Eric Lombrozo Date: Sun, 23 Feb 2014 08:49:03 -0800 Subject: [PATCH] Windows build requires cryptopp include dir. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a9a8d5f2..c712fe65b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,8 @@ if ("${TARGET_PLATFORM}" STREQUAL "w64") /usr/x86_64-w64-mingw32 ) + include_directories(/usr/x86_64-w64-mingw32/include/cryptopp) + set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)