aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAlexander Kaspar <alexander.kaspar@gmail.com>2016-11-30 10:10:01 +0100
committerAlexander Kaspar <alexander.kaspar@gmail.com>2016-11-30 10:10:01 +0100
commit069fb0f9711873d30db4752138a1908e950e413a (patch)
tree1e0f9008caaf614e7347dcd456b0fc64b378b5df /ports
parent334d666ddafcf5e5269c59e865088347c109773f (diff)
downloadvcpkg-069fb0f9711873d30db4752138a1908e950e413a.tar.gz
vcpkg-069fb0f9711873d30db4752138a1908e950e413a.zip
formatting portfile
Diffstat (limited to 'ports')
-rw-r--r--ports/qca/portfile.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/qca/portfile.cmake b/ports/qca/portfile.cmake
index fa38970d3..0ff913025 100644
--- a/ports/qca/portfile.cmake
+++ b/ports/qca/portfile.cmake
@@ -54,11 +54,11 @@ vcpkg_configure_cmake(
-DQT4_BUILD=OFF
-DBUILD_TESTS=OFF
-DBUILD_TOOLS=OFF
- -DQCA_SUFFIX=OFF #
+ -DQCA_SUFFIX=OFF
OPTIONS_DEBUG
- -DQCA_PLUGINS_INSTALL_DIR=${CURRENT_PACKAGES_DIR}/debug/bin/Qca #
+ -DQCA_PLUGINS_INSTALL_DIR=${CURRENT_PACKAGES_DIR}/debug/bin/Qca
OPTIONS_RELEASE
- -DQCA_PLUGINS_INSTALL_DIR=${CURRENT_PACKAGES_DIR}/bin/Qca #
+ -DQCA_PLUGINS_INSTALL_DIR=${CURRENT_PACKAGES_DIR}/bin/Qca
)
vcpkg_install_cmake()