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

Parentheses in if-statements are not handled correctly #7

Open
cafhach opened this issue Jul 4, 2019 · 0 comments
Open

Parentheses in if-statements are not handled correctly #7

cafhach opened this issue Jul 4, 2019 · 0 comments

Comments

@cafhach
Copy link

cafhach commented Jul 4, 2019

The following is valid CMake syntax yet the parser does not accept it

if ( BUILD_LIB AND  NOT (LIBRARY_LINKING_TYPE STREQUAL "SHARED"))
endif()
cafhach added a commit to cafhach/cmakelists_parsing that referenced this issue Jul 4, 2019
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

No branches or pull requests

1 participant