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

small issue/typo with CMakeLists.txt config #96

Closed
zbeekman opened this issue May 11, 2015 · 0 comments · Fixed by #97
Closed

small issue/typo with CMakeLists.txt config #96

zbeekman opened this issue May 11, 2015 · 0 comments · Fixed by #97

Comments

@zbeekman
Copy link
Contributor

False was miss-spelled when selecting the default build (unicode support?) so the CMake build was testing for UNICODE support by default. It still worked gracefully, but now it should not even try to detect and build with UNICODE support. Essentially there was a mismatch in the behavior and the selected options of the CMake build when the user tries to build for the first time.

PR incoming.

(Also silences a strange ifort warning across all build methods, “invalid use of $ character” Intel warning number 5142)

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 a pull request may close this issue.

1 participant