diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-10-23 16:43:34 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-10-23 16:43:39 +0200 |
commit | 699d93246105d004a0377f5df587d3ad4b20dc4b (patch) | |
tree | f4f4b39db0a3d6c94089d1e5fd578a99d0af242b /tests/CMakeLists.txt | |
parent | Apple and BSD don't need malloc.h (diff) | |
parent | fixed unit tests (diff) | |
download | monero-699d93246105d004a0377f5df587d3ad4b20dc4b.tar.xz |
Merge pull request #182
1795c38 fixed unit tests (Riccardo Spagni)
bc537ac miniupnpc static define change (Riccardo Spagni)
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d663df0d9..533bf8c58 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -29,6 +29,8 @@ # Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers add_definitions(-DSTATICLIB) +# miniupnp changed their static define +add_definitions(-DMINIUPNP_STATICLIB) add_subdirectory(gtest) include_directories(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR}) |