diff options
| author | Ahmad Fatoum <[email protected]> | 2018-02-16 05:43:13 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-02-16 05:58:18 +0100 |
| commit | 051040af2d0829933f474e1accf8441b352bed13 (patch) | |
| tree | ac26afd290911d6e4e99bbd467db85772ffb40c4 /appveyor.yml | |
| parent | 36750ffb9a71836d06cc2a951dfdf0e9ed87a61c (diff) | |
| download | raylib-051040af2d0829933f474e1accf8441b352bed13.tar.gz raylib-051040af2d0829933f474e1accf8441b352bed13.zip | |
CMake: Remove _RAYLIB suffix from -D{SHARED,STATIC}_RAYLIB
They were named so for compatibility with make, but make doesn't use
the anymore. I always forget whether it's SHARED_RAYLIB or
RAYLIB_SHARED...
For now, RAYLIB_SHARED and STATIC_RAYLIB may still be used,
but print a deprecation warning.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4148e744..bec37da8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,7 +39,7 @@ before_build: - cd build build_script: - - cmake -G %GENERATOR% -DSTATIC_RAYLIB=ON -DSHARED_RAYLIB=ON -DBUILD_EXAMPLES=%examples% -DBUILD_GAMES=%examples% .. + - cmake -G %GENERATOR% -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=%examples% -DBUILD_GAMES=%examples% .. - cmake --build . --target install after_build: |
