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

Repair ins-ource builds #766

Merged
merged 3 commits into from Feb 22, 2016
Merged

Repair ins-ource builds #766

merged 3 commits into from Feb 22, 2016

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Feb 22, 2016

In source builds would generate cmake errors when running cmake more than
once, because we generate .x.prm files, which will then be picked up by the
GLOB.
Also add some .gitignores.

In source builds would generate cmake errors when running cmake more than
once, because we generate .x.prm files, which will then be picked up by the
GLOB.
@@ -122,6 +122,11 @@ FOREACH(_test ${_tests})
MESSAGE("Ignoring invalid .prm '${_test_full}'...")
CONTINUE()
ENDIF()
IF (${_test_full} MATCHES "[.]x[.]prm$")
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this how you escape an actual dot in cmake? I guess it works as a character class, but think it would be easier to read if it was \. as in most other regex languages.

Copy link
Member Author

Choose a reason for hiding this comment

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

yes but I changed to \\ now.

bangerth added a commit that referenced this pull request Feb 22, 2016
@bangerth bangerth merged commit e768257 into geodynamics:master Feb 22, 2016
@tjhei tjhei deleted the insource_tests branch March 17, 2017 17:01
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.

None yet

2 participants