MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Rename files/variables etc from MyProject/myproject etc #1

Closed ddervs closed 7 years ago

ddervs commented 7 years ago

Hi Matt,

I'm on the MPHYG002 course and made this little script to make it easier to start new projects with your template by renaming all the instances of MyProject/myproject/the namespace etc.

Having run the renaming script, CMake builds without complaining on my machine (macOS Sierra, AppleClang 8.0.0.8000042). I can't vouch for whether it would work on linux!

Cheers, Danial

MattClarkson commented 7 years ago

Thanks for this. I'll take a look.

MattClarkson commented 7 years ago

Hi Danial,

Would you be happy to remove your copyright statement, and place the standard LICENSE info at the top of the rename.sh file?

If so, please can you provide a commit with this in?

Thanks

Matt

ddervs commented 7 years ago

Hi Matt,

Have pushed that to the rename branch, so feel free to merge it in.

Cheers, Danial

On 28 Feb 2017, at 08:36, Matt Clarkson notifications@github.com<mailto:notifications@github.com> wrote:

Hi Danial,

Would you be happy to remove your copyright statement, and place the standard LICENSE info at the top of the rename.sh file?

If so, please can you provide a commit with this in?

Thanks

Matt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/MattClarkson/CMakeCatchTemplate/pull/1#issuecomment-282976335, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AIKgK3uo8C3AZdNjKiqbeptDMJXlkUo2ks5rg9yfgaJpZM4LsI_G.

MattClarkson commented 7 years ago

Thanks for your contribution. This was manually merged, and manually updated.