OGRECave / ogre-procedural

procedural geometry for Ogre3D
https://ogrecave.github.io/ogre-procedural/
MIT License
40 stars 17 forks source link

Remove deleted files from CMake install routines #149

Closed KonradNoTantoo closed 4 years ago

KonradNoTantoo commented 4 years ago

On master, cmake install fails because CMake/CMakelists.txt references files that have been removed from github

set(INST_FILES Packages/FindOIS.cmake Packages/FindOGRE.cmake Packages/FindOgreProcedural.cmake Utils/FindPkgMacros.cmake Utils/PreprocessorUtils.cmake Utils/ProceduralConfigTargets.cmake Utils/ProceduralMacros.cmake )

Packages/FindOIS.cmake and Packages/FindOGRE.cmake are the culprits.

paroj commented 4 years ago

can you provide a pull-request?

KonradNoTantoo commented 4 years ago

I'm a bit uneducated regarding github usages. Please excuse me.

I'm supposed to fork to be able to commit and produce a PR, is that it?

KonradNoTantoo commented 4 years ago

Well, seems I managed to do that by myself. I feel like an adult now.

KonradNoTantoo commented 4 years ago

Fork merged, closing issue.