Skip to content

Fixed #472: Adjusting CMakeLists.txt#582

Merged
willson-chen merged 4 commits into
libgd:masterfrom
willson-chen:feature472
May 10, 2020
Merged

Fixed #472: Adjusting CMakeLists.txt#582
willson-chen merged 4 commits into
libgd:masterfrom
willson-chen:feature472

Conversation

@willson-chen
Copy link
Copy Markdown
Member

Ported from PR #476. And added RAQM REQUIRED.

Comment thread cmake/modules/FindLIQ.cmake
Comment thread travis/main.sh Outdated
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #582 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #582   +/-   ##
=======================================
  Coverage   76.11%   76.11%           
=======================================
  Files         251      251           
  Lines       13654    13654           
=======================================
  Hits        10393    10393           
  Misses       3261     3261           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ba27b5...9f096ef. Read the comment docs.

@willson-chen willson-chen merged commit 450fd2e into libgd:master May 10, 2020
@willson-chen willson-chen deleted the feature472 branch May 10, 2020 14:41
Comment thread travis/main.sh

# libxpm-dev is unavaible in brew repo
# Once it gets avaible, please modify this code block.
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this syntax is incorrect: always use [[ in bash, not [

Comment thread travis/main.sh
# libxpm-dev is unavaible in brew repo
# Once it gets avaible, please modify this code block.
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
cmake_args[${#cmake_args[@]}]="-DENABLE_XPM=1"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simply append the array: foo+=( -D... )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants