- changed the main INCLUDE_DIRECTORIES definition to place the main header
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 18 Feb 2015 04:59:57 +0000 (04:59 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 18 Feb 2015 04:59:57 +0000 (04:59 +0000)
commit474138adfeb25f1d543dbe2a717f35f21a328fec
tree51af75ccb9f77bcab57e6284dea694e3caa3e4e0
parent7373f7e7fb9b1f2ab9dec5365125acb8171c177e
- changed the main INCLUDE_DIRECTORIES definition to place the main header
  locations first in the list instead of appending them. This gives priority to
  our freeglut*.h files instead of the old system-wide installed ones.
- removed the Xxf86vm hack from CMakeLists.txt: it seems like it's not needed
  any more in new versions of cmake, and it fails to link on MacOSX.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1745 7f0cb862-5218-0410-a997-914c9d46530a
CMakeLists.txt