Skip to content

Commit

Permalink
Merge pull request #149 from bitshares/jmj_cmake
Browse files Browse the repository at this point in the history
Remove custom FindBoost.cmake
  • Loading branch information
jmjatlanta authored Aug 20, 2019
2 parents 71f5348 + 699238f commit 1eebd3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,210 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ INCLUDE( SetupTargetMacros )
INCLUDE(GetGitRevisionDescription)
INCLUDE(CheckLibraryExists)

add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/Legacy)

get_git_head_revision(GIT_REFSPEC FC_GIT_REVISION_SHA)
get_git_unix_timestamp(FC_GIT_REVISION_UNIX_TIMESTAMP)

Expand Down Expand Up @@ -138,7 +136,8 @@ IF( WIN32 )
# iphlpapi.lib
ENDIF(WIN32)

FIND_PACKAGE(Boost CONFIG COMPONENTS ${BOOST_COMPONENTS})
set(Boost_DIR "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/Boost")
FIND_PACKAGE(Boost CONFIG COMPONENTS ${BOOST_COMPONENTS} )

IF(NOT WIN32)
MESSAGE(STATUS "Configuring fc to build on Unix/Apple")
Expand Down
Loading

0 comments on commit 1eebd3c

Please sign in to comment.