diff options
| author | yurybura <yurybura@gmail.com> | 2018-03-12 19:16:43 +0300 |
|---|---|---|
| committer | yurybura <yurybura@gmail.com> | 2018-03-12 19:16:43 +0300 |
| commit | cc3d12b16b84377368e5e5b001aeb75877d85ce5 (patch) | |
| tree | 38a1f4f2c55db52cc9729efe655e37b68959bcb4 /ports/gflags | |
| parent | 148cb369d8934d32e37ef8e15c95476ec8e5968a (diff) | |
| download | vcpkg-cc3d12b16b84377368e5e5b001aeb75877d85ce5.tar.gz vcpkg-cc3d12b16b84377368e5e5b001aeb75877d85ce5.zip | |
[rocksdb] Fix build and use debug suffix 'd'
[gtest] Fix issue #2373
Diffstat (limited to 'ports/gflags')
| -rw-r--r-- | ports/gflags/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/gflags/portfile.cmake b/ports/gflags/portfile.cmake index ee730d442..31ffeafa5 100644 --- a/ports/gflags/portfile.cmake +++ b/ports/gflags/portfile.cmake @@ -25,6 +25,7 @@ vcpkg_configure_cmake( -DGFLAGS_REGISTER_BUILD_DIR:BOOL=OFF -DGFLAGS_REGISTER_INSTALL_PREFIX:BOOL=OFF -DBUILD_gflags_nothreads_LIB:BOOL=OFF + -DCMAKE_DEBUG_POSTFIX=d ) vcpkg_install_cmake() |
