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

Added lib64 to CMAKE_MODULE_PATH #7141

Merged
merged 1 commit into from
Apr 17, 2019
Merged

Conversation

kj4ezj
Copy link
Contributor

@kj4ezj kj4ezj commented Apr 16, 2019

Change Description

I am working on adding integration tests to the CDT Buildkite pipeline. I got Ubuntu working, but CentOS is not working because the build/install scripts for EOSIO put CMake modules in $HOME/opt/eosio/lib64/ instead of $HOME/opt/eosio/lib/, but CMake is not configured to look in that directory for EosioTester.cmake. EosioTester.cmake is required for CDT to build integration tests.

In order to get the CDT integration tests working, I have configured CMake to check both lib and lib64 for CMake modules.

This pull request is in draft while I test against this branch to ensure that it does in fact build the CDT integration tests in CDT build 173.

Consensus Changes

  • Consensus Changes
    None.

API Changes

  • API Changes
    None.

Documentation Additions

  • Documentation Additions
    None.

@kj4ezj kj4ezj marked this pull request as ready for review April 17, 2019 14:06
@kj4ezj kj4ezj requested a review from larryk85 April 17, 2019 14:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants