Skip to content

Commit

Permalink
Merge pull request #5589
Browse files Browse the repository at this point in the history
cb92d5c cmake: push cmake away from boost as much as we can (moneromooo-monero)
  • Loading branch information
luigi1111 committed Jul 24, 2019
2 parents 96cda93 + cb92d5c commit d450c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit d450c33

Please sign in to comment.