diff options
author | Don <don.j.olmstead@gmail.com> | 2018-03-19 19:15:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-19 19:15:05 -0700 |
commit | 72214b9d1280e765c09f0689ae5ea7eb49f934fc (patch) | |
tree | 6fa976c31688e9ef2ad8dabd09a94338806ac8d0 | |
parent | 8d3a9a3729277be74f309f78b536ad61c39213f1 (diff) | |
download | portable-72214b9d1280e765c09f0689ae5ea7eb49f934fc.tar.gz portable-72214b9d1280e765c09f0689ae5ea7eb49f934fc.tar.bz2 portable-72214b9d1280e765c09f0689ae5ea7eb49f934fc.zip |
Use BUILD_SHARED_LIBS
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f7ada7f..e7f0893 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -42,7 +42,7 @@ before_build: | |||
42 | - bash autogen.sh | 42 | - bash autogen.sh |
43 | - mkdir build | 43 | - mkdir build |
44 | - cd build | 44 | - cd build |
45 | - cmake .. -G "%GENERATOR%" -DBUILD_SHARED=%SHARED_LIBS% -DENABLE_VSTEST=%VSTEST% | 45 | - cmake .. -G "%GENERATOR%" -DBUILD_SHARED_LIBS=%SHARED_LIBS% -DENABLE_VSTEST=%VSTEST% |
46 | 46 | ||
47 | build_script: | 47 | build_script: |
48 | - cmake --build . --config %CONFIG% | 48 | - cmake --build . --config %CONFIG% |