From d0d12d7edd1b4b18fd2efd2ca3fa1368864ef88a Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sat, 12 Jun 2021 05:04:17 -0700 Subject: [PATCH] [cmake] remove old STRIP cmds --- cmake/GetLibInfo.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/GetLibInfo.cmake b/cmake/GetLibInfo.cmake index 6a58fc6..2d1c602 100644 --- a/cmake/GetLibInfo.cmake +++ b/cmake/GetLibInfo.cmake @@ -10,11 +10,9 @@ endif() # use URL to get repo owner as Contact/Maintainer name string(REGEX REPLACE "^http[s]?:\/\/github\\.com\/(.+)\/.+$" "\\1" CPACK_PACKAGE_CONTACT "${CMAKE_PROJECT_HOMEPAGE_URL}") -# string(STRIP "${CPACK_PACKAGE_CONTACT}" CPACK_PACKAGE_CONTACT) # use URL to get the repo name as the Lib Name. Note that we don't use the folder name for this string(REGEX REPLACE "^http[s]?:\/\/github\\.com\/.+\/(.+)$" "\\1" LibName "${CMAKE_PROJECT_HOMEPAGE_URL}") -# string(STRIP "${LibName}" LibName) # convert the LibName to lower case string(TOLOWER ${LibName} LibTargetName)