Perlmint / glew-cmake

GLEW(https://github.com/nigels-com/glew, source updated nightly) with Cmake and pre-generated sources
Other
234 stars 95 forks source link

Repo not clean #8

Closed m-bra closed 9 years ago

m-bra commented 9 years ago

The repo has changes which are not commited. git clone https://github.com/omniavinco/glew-cmake.git GLEW cd GLEW git status =>

On branch master
Your branch is up-to-date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   build/vc10/glew.sln
    modified:   build/vc10/glew_shared.vcxproj
    modified:   build/vc10/glew_static.vcxproj
    modified:   build/vc10/glewinfo.vcxproj
    modified:   build/vc10/visualinfo.vcxproj
    modified:   build/vc6/glew.dsw
    modified:   build/vc6/glew_shared.dsp
    modified:   build/vc6/glew_static.dsp
    modified:   build/vc6/glewinfo.dsp
    modified:   build/vc6/visualinfo.dsp

no changes added to commit (use "git add" and/or "git commit -a")

Please commit the changes to keep it clean.

Perlmint commented 9 years ago

I reviewed this issue. but I'm sorry that I'll not fix this issue. There are few reason.

  1. This repository is about "CMake" and "pre generated glew source"
  2. All the other files are from original GLEW repository(https://github.com/nigels-com/glew)
  3. This issue is also occured in original GLEW repository
  4. This repository is automatically (via CI) merge with original GLEW repository.

So I think you should make issue on original GLEW repository. If this issue will be fix on original GLEW repo, I'll be glad to merge it.

Thanks for reporting.

m-bra commented 9 years ago

Ah, I did not know this is not the original repo, thanks!