Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7141 from EOSIO/zach-lib64-cmake-module-path
Browse files Browse the repository at this point in the history
Added lib64 to CMAKE_MODULE_PATH
  • Loading branch information
heifner authored Apr 17, 2019
2 parents d92c843 + 35a79fe commit 8f6e8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeModules/eosio-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ if(EOSIO_ROOT STREQUAL "" OR NOT EOSIO_ROOT)
set(EOSIO_ROOT "@EOS_ROOT_DIR@")
endif()
list(APPEND CMAKE_MODULE_PATH ${EOSIO_ROOT}/lib/cmake/eosio)
list(APPEND CMAKE_MODULE_PATH ${EOSIO_ROOT}/lib64/cmake/eosio)
include(EosioTester)

function(EXTRACT_MAJOR_MINOR_FROM_VERSION version success major minor)
Expand Down

0 comments on commit 8f6e8df

Please sign in to comment.