Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FCL version check logic in the main CMakeLists.txt #640

Merged
merged 2 commits into from
Mar 24, 2016

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Mar 20, 2016

This pull request fixes the FCL version check logic that was introduced by #635.

@jslee02 jslee02 added this to the DART 6.0.0 milestone Mar 20, 2016
endif()
endif()
else()
if(FCL_VERSION)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This check will never be satisfied. According to the find_package documentation, the output variables are only set if a matching version is found (emphasis mine):

These variables are checked by the find_package command to determine whether the configuration file provides an acceptable version. They are not available after the find_package call returns. If the version is acceptable the following variables are set: [...]

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3204328 on fix_fcl_version_check into * on master*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3204328 on fix_fcl_version_check into * on master*.

@jslee02 jslee02 merged commit cb149b2 into master Mar 24, 2016
@jslee02 jslee02 deleted the fix_fcl_version_check branch March 25, 2016 13:57
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