diff options
| author | wangli28 <47812810+wangli28@users.noreply.github.com> | 2019-05-17 23:10:31 +0000 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-17 16:10:31 -0700 |
| commit | e54af5898622af1cf2fa0b54a2d870800c2a97df (patch) | |
| tree | b8710a5106d00be528efb20772b9af701e1c61e8 /ports/fuzzylite | |
| parent | 2e51afcd65d49504cc75d6bf3e6c58bac749da60 (diff) | |
| download | vcpkg-e54af5898622af1cf2fa0b54a2d870800c2a97df.tar.gz vcpkg-e54af5898622af1cf2fa0b54a2d870800c2a97df.zip | |
[many ports]Remove double builds (#6472)
Diffstat (limited to 'ports/fuzzylite')
| -rw-r--r-- | ports/fuzzylite/CONTROL | 2 | ||||
| -rw-r--r-- | ports/fuzzylite/portfile.cmake | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ports/fuzzylite/CONTROL b/ports/fuzzylite/CONTROL index 422a8af2e..b6faaa30f 100644 --- a/ports/fuzzylite/CONTROL +++ b/ports/fuzzylite/CONTROL @@ -1,3 +1,3 @@ Source: fuzzylite -Version: 6.0-1 +Version: 6.0-2 Description: A fuzzy logic control library in C++ diff --git a/ports/fuzzylite/portfile.cmake b/ports/fuzzylite/portfile.cmake index 976ca66de..c4b70a72f 100644 --- a/ports/fuzzylite/portfile.cmake +++ b/ports/fuzzylite/portfile.cmake @@ -30,7 +30,6 @@ vcpkg_configure_cmake( -DFL_BUILD_TESTS=OFF ) -vcpkg_build_cmake() vcpkg_install_cmake() vcpkg_copy_pdbs() |
