Skip to content

Commit

Permalink
Remove CMake style guide rule that prevents using CMake 3 comment style
Browse files Browse the repository at this point in the history
(cherry picked from commit d737d5f)
  • Loading branch information
traversaro authored and drdanz committed Oct 31, 2018
1 parent 1a22599 commit dcc2f4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Example:
* Lowercase commands, i.e. `if` instead of `IF`
* No spaces between the command and the bracket, i.e. `if()` instead of `if ()`
* Do not repeat the argument in the commands closing blocks, i.e. `if(FOO) ... else() ... endif()` instead of `if(FOO) ... else(FOO) ... endif(FOO)`
* Do not use the new CMake comment style, as that is supported only starting from CMake 3.0
* No white spaces at the end of the line
* One EOL at the end of the file
* All files should use UNIX end of lines
Expand Down

0 comments on commit dcc2f4a

Please sign in to comment.