aboutsummaryrefslogtreecommitdiff
path: root/extra/cmake
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-09 23:52:11 +0300
committerCem Keylan <cem@ckyln.com>2020-08-09 23:52:11 +0300
commit3f17c8c2a94792638ef1849c97862bd1380cbb0e (patch)
treee9b1e696e3bba15cf3f8c9895ea66f666d98adaf /extra/cmake
parent4414ced7c1f50ddf8465ed3dbb01a762fd5884b8 (diff)
downloadrepository-3f17c8c2a94792638ef1849c97862bd1380cbb0e.tar.gz
META: Fix all usage of kiss, replace all with cpt
Diffstat (limited to 'extra/cmake')
-rwxr-xr-xextra/cmake/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/cmake/build b/extra/cmake/build
index 401a7c14..3d56e5bc 100755
--- a/extra/cmake/build
+++ b/extra/cmake/build
@@ -2,7 +2,7 @@
# Use cmake to build cmake if installed.
# This leads to a much faster build.
-if kiss l cmake; then
+if cpt-list cmake; then
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \