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

Pure C projects had errors in detect_vs_runtime() #155

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

cmourglia
Copy link
Contributor

CMAKE_CXX_FLAGS* are empty when creating a project with
project(MY_PROJECT C) as a header. This is causing issues
when trying to string(REPLACE) with an empty string.

CMAKE_CXX_FLAGS* are empty when creating a project with
project(MY_PROJECT C) as a header. This is causing issues
when trying to string(REPLACE) with an empty string.
@CLAassistant
Copy link

CLAassistant commented Jul 7, 2019

CLA assistant check
All committers have signed the CLA.

@memsharded memsharded added this to the 0.15 milestone Jul 8, 2019
@memsharded
Copy link
Member

Yes, good fix, thanks for contributing it!
Lets merge it, will be in next 0.15 release.

@memsharded memsharded merged commit 1526e26 into conan-io:develop Jul 8, 2019
wawa19933 pushed a commit to wawa19933/cmake-conan that referenced this pull request Mar 19, 2020
Pure C projects had errors in detect_vs_runtime()
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