CMake generate a file which is in the repo.

Klaim

27-03-2013 09:55:05

Hi,

I updated recently my Ogre Procedural code to the last version, but after using CMake I got a change of ProceduralPlatform.h
I see a recent change where the file is now generated through CMake config command.
So I think this file should now be removed from the repository as it is generated by Cmake. Otherwise, each time we use CMake we will generate a change on this file which might, by mistake , get into a commit.

Am I correct?

mikachu

28-03-2013 10:38:33

Hi,

Looks like you're right :)
I'll fix it when I get back home, next week.

Klaim

28-03-2013 16:30:17

Ok! That don't impact my project repo anyway.