diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-03-12 15:03:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-12 15:03:50 -0700 |
| commit | 990a5d71bf5b472fd1ba8c6bbf1ab2e152ce6454 (patch) | |
| tree | bda01e069bbd377f6a1cf27a7ee858d74fe48a63 /ports/benchmark | |
| parent | 2808536e57b3cb905268387bb752eb223a4fc7ef (diff) | |
| parent | 92eb878b3efdb780097178125066a6070869c954 (diff) | |
| download | vcpkg-990a5d71bf5b472fd1ba8c6bbf1ab2e152ce6454.tar.gz vcpkg-990a5d71bf5b472fd1ba8c6bbf1ab2e152ce6454.zip | |
Merge pull request #3013 from yurybura/master
[rocksdb] Fix build and use debug suffix 'd'
Diffstat (limited to 'ports/benchmark')
| -rw-r--r-- | ports/benchmark/CONTROL | 2 | ||||
| -rw-r--r-- | ports/benchmark/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/benchmark/CONTROL b/ports/benchmark/CONTROL index 9e6262e1b..5b56de372 100644 --- a/ports/benchmark/CONTROL +++ b/ports/benchmark/CONTROL @@ -1,3 +1,3 @@ Source: benchmark -Version: 1.3.0 +Version: 1.3.0-1 Description: A library to support the benchmarking of functions, similar to unit-tests. diff --git a/ports/benchmark/portfile.cmake b/ports/benchmark/portfile.cmake index 1832174fe..e76bce6ff 100644 --- a/ports/benchmark/portfile.cmake +++ b/ports/benchmark/portfile.cmake @@ -26,6 +26,7 @@ vcpkg_configure_cmake( PREFER_NINJA OPTIONS -DBENCHMARK_ENABLE_TESTING=OFF + -DCMAKE_DEBUG_POSTFIX=d ) vcpkg_install_cmake() |
