summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2022-02-21 07:30:31 +0100
committerGitHub <noreply@github.com>2022-02-21 07:30:31 +0100
commit170c387a7461d476523ae29c115a58f16e4d3430 (patch)
tree0aa63451676939660d366181160d8728f72d8871
parent1d576b6b93fdb27ef5cf6f8356a44bcc4d1a4775 (diff)
parent2dd343b8649c8834d42421d5664d8241cabd8f8a (diff)
downloadninja-170c387a7461d476523ae29c115a58f16e4d3430.tar.gz
Merge pull request #2092 from scivision/cmake-prune
cmake: remove unnecessary install parameter
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57ae548..70fc5e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -232,4 +232,4 @@ if(BUILD_TESTING)
add_test(NAME NinjaTest COMMAND ninja_test)
endif()
-install(TARGETS ninja DESTINATION bin)
+install(TARGETS ninja)