diff options
| author | sigman <sigman@ioupg.com> | 2017-06-09 15:09:05 +0300 |
|---|---|---|
| committer | sigman <sigman@ioupg.com> | 2017-06-09 15:09:05 +0300 |
| commit | 741caef3fb352f6fbd5d4d59592f0c2629892064 (patch) | |
| tree | 6b61f2ef7241a00381fdc27694d0cb0d788b9c4a /ports/corrade | |
| parent | f0605ca60a560ab1358177beec58a53068128753 (diff) | |
| download | vcpkg-741caef3fb352f6fbd5d4d59592f0c2629892064.tar.gz vcpkg-741caef3fb352f6fbd5d4d59592f0c2629892064.zip | |
[Magnum][Corrade] Cleanup and Audio support
Enabled audio support in magnum by default via openal-soft dependency.
Diffstat (limited to 'ports/corrade')
| -rw-r--r-- | ports/corrade/portfile.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/corrade/portfile.cmake b/ports/corrade/portfile.cmake index 2f5578b43..76979496b 100644 --- a/ports/corrade/portfile.cmake +++ b/ports/corrade/portfile.cmake @@ -23,9 +23,6 @@ vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA # Disable this option if project cannot be built with Ninja OPTIONS -DBUILD_STATIC=${BUILD_STATIC} - # OPTIONS -DUSE_THIS_IN_ALL_BUILDS=1 -DUSE_THIS_TOO=2 - # OPTIONS_RELEASE -DOPTIMIZE=1 - # OPTIONS_DEBUG -DDEBUGGABLE=1 ) vcpkg_install_cmake() |
