aboutsummaryrefslogtreecommitdiff
path: root/ports/armadillo/usage
diff options
context:
space:
mode:
authorVictor Romero <romerosanchezv@gmail.com>2019-04-18 14:51:07 -0700
committerGitHub <noreply@github.com>2019-04-18 14:51:07 -0700
commitae51d57e99d442adb38fedb14063891ecf9185d0 (patch)
tree4dcd904c92ccde3e49f06b37143eb33262e697c7 /ports/armadillo/usage
parent4adbe06fefb69b8b98f799ed022cab88eb7148cc (diff)
downloadvcpkg-ae51d57e99d442adb38fedb14063891ecf9185d0.tar.gz
vcpkg-ae51d57e99d442adb38fedb14063891ecf9185d0.zip
[armadillo] Use new GitLab repository and enable Linux (#6130)
* [armadillo] use new gitlab repository, update to latest commit, now it builds on linux and enables also mlpack to be built on linux * [armadillo] change ref to another version, the newest one disappeared * [armadillo] Bump CONTROL version
Diffstat (limited to 'ports/armadillo/usage')
-rw-r--r--ports/armadillo/usage5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/armadillo/usage b/ports/armadillo/usage
deleted file mode 100644
index 26d82f0ef..000000000
--- a/ports/armadillo/usage
+++ /dev/null
@@ -1,5 +0,0 @@
-The package armadillo is compatible with built-in CMake targets:
-
- find_package(Armadillo CONFIG REQUIRED)
- target_include_directories(main PRIVATE ${ARMADILLO_INCLUDE_DIRS})
- target_link_libraries(main PRIVATE ${ARMADILLO_LIBRARIES})