CMake: Rename WITH_SYSTEM_GLFW to USE_EXTERNAL_GLFW

for consistency with Makefile. Requested by @raysan5 in #453.
This commit is contained in:
Ahmad Fatoum
2018-02-04 12:08:36 +01:00
parent e2861fa71f
commit cb66c89dfa
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ before_install:
script:
- mkdir build
- cd build
- cmake -DMACOS_FATLIB=ON -DSTATIC_RAYLIB=ON -DSHARED_RAYLIB=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=ON -DWITH_SYSTEM_GLFW=IF_POSSIBLE ..
- cmake -DMACOS_FATLIB=ON -DSTATIC_RAYLIB=ON -DSHARED_RAYLIB=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=ON -DUSE_EXTERNAL_GLFW=IF_POSSIBLE ..
- make VERBOSE=1
- make package