diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:21:51 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:21:51 -0500 |
| commit | d450c33ea40117d4af0c40195de7e05a700007c3 (patch) | |
| tree | 2f89d54b3d99a3de5a371777d1ed2a9ba032ded4 | |
| parent | 96cda93a9313821a3e82d593218fcd628ade848b (diff) | |
| parent | cb92d5cb2cdb28ecd614fbd79c023855d7336f9a (diff) | |
| download | monzero-core-d450c33ea40117d4af0c40195de7e05a700007c3.tar.gz monzero-core-d450c33ea40117d4af0c40195de7e05a700007c3.tar.xz monzero-core-d450c33ea40117d4af0c40195de7e05a700007c3.zip | |
Merge pull request #5589
cb92d5c cmake: push cmake away from boost as much as we can (moneromooo-monero)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 54bc948e4..b150a8998 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -884,10 +884,10 @@ if (${BOOST_IGNORE_SYSTEM_PATHS} STREQUAL "ON") endif() set(OLD_LIB_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES}) +set(Boost_NO_BOOST_CMAKE ON) if(STATIC) if(MINGW) set(CMAKE_FIND_LIBRARY_SUFFIXES .a) - set(Boost_NO_BOOST_CMAKE ON) endif() set(Boost_USE_STATIC_LIBS ON) |
