-
Notifications
You must be signed in to change notification settings - Fork 27
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
Strip trailing spaces and convert tabs to spaces #157
base: master
Are you sure you want to change the base?
Conversation
Changes originally contributed in #149 |
Jean, thank you for detecting this style issues. However, is it your |
The use of 2-space has been the convention applied in CMake itself1 and all of the CMake-based build-system I have been working with. Moving forward with this change will help developer familiar with maintaining such system. Once this is integrated, I would also suggest moving forward with adding Footnotes |
Use 1-space and align consecutive comments
Once integrated, these style commits will be added to a file called This file lists revisions that should be ignored when considering attribution for the actual code written. Code style changes should not be considered as modifications with regards to attribution. To see clean and meaningful blame information.
To configure git to automatically ignore revisions listed in a file on every call to git blame.
For an example of with/without this file in the context of the GitHub UI, see Slicer/Slicer#6306 (comment) |
if(gccToolset STREQUAL "cc") | ||
set(gccToolset "gcc") | ||
endif() | ||
list(APPEND Boost_b2_Command toolset=${gccToolset}) | ||
endif() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jcfr , I do not think this PR is still right. Lines 93-101 should be inside the 90's if block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jean, would you like me to hand-correct it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good morning @jcfr :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @jcfr ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @jcfr ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @jcfr ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @jcfr ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @jcfr ...
Hi @pieper , I installed the latest
Has there been a change in how they are packaging it now? In other words, how can I get |
Hi @pieper , thank you but how did you get that packages? I downloaded source from https://cmake.org/download/ , and did:
This is what I always did but the |
Hi Steve, I found a |
Also fwi @tashrifbillah I downloaded the binaries and ccmake was included. You may need to enable ccmake before building. It could be a configure option. |
I don't know off the top of my head. It would be a good question for the ITK forum. |
No description provided.