Skip to content

Flag edit for compiling in older cmake#1

Open
Bhaskar1994 wants to merge 1 commit intomzucker:testing/compare_to_aug21from
Bhaskar1994:patch-1
Open

Flag edit for compiling in older cmake#1
Bhaskar1994 wants to merge 1 commit intomzucker:testing/compare_to_aug21from
Bhaskar1994:patch-1

Conversation

@Bhaskar1994
Copy link

Added another flag arguement so that the code compiles in older versions of cmake with the c99 gnu option. Otherwise there will be errors for each case where a for loop has been declared like this: for(int i;...) this is not valid for older c-standards.

Added another flag arguement so that the code compiles in older versions of cmake with the c99 gnu option. Otherwise there will be errors for each case where a for loop has been declared like this: for(int i;...) this is not valid for older c-standards.
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.

1 participant