You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
693 B
26 lines
693 B
From 6f2a780a35e1cfafb238b2eca2e3d28f9cbea3a0 Mon Sep 17 00:00:00 2001
|
|
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
|
|
Date: Sun, 17 Feb 2019 22:56:02 +0000
|
|
Subject: [PATCH 7/7] Use unversioned dir
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index c955ee232..338ed6260 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -237,7 +237,7 @@ endif()
|
|
# Install directories
|
|
|
|
string(TOLOWER ${PROJECT_NAME} projectname)
|
|
-set(subdir "${projectname}-${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}")
|
|
+set(subdir "${projectname}")
|
|
|
|
if(NOT GDCM_INSTALL_BIN_DIR)
|
|
set(GDCM_INSTALL_BIN_DIR "bin")
|
|
--
|
|
2.20.1
|
|
|