Skip to content

Commit afdde36

Browse files
committed
ESDK-4177: Some additional rebranding
1 parent a357b99 commit afdde36

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

CMake/rcdevSystemInfo.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ macro(rcdev_set_new_postprefix_path)
8989
# Check to see if need to force GCC instead of system defined GNU
9090
if (${RCDEV_HOST_COMPILER} STREQUAL "GNU"
9191
AND ( ${PROJECT_NAME} STREQUAL "rtsdk"
92-
OR ${PROJECT_NAME} MATCHES "^Elektron"
93-
OR ${PROJECT_NAME} STREQUAL "Elektron-SDK-BinaryPack")
92+
OR ${PROJECT_NAME} MATCHES "^rtsdk"
93+
OR ${PROJECT_NAME} STREQUAL "RTSDK-BinaryPack")
9494
)
9595
rcdev_get_platform_suffix(_sys_suffix gcc)
9696
endif()

CMake/rtsdkInfo.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ string(TIMESTAMP rtsdk_year %Y)
8585
# googletest_version "1.8.1"
8686
#
8787
#
88-
# Elektron-SDK-BinaryPack - default values, for latest, look
89-
# in addExternal_elektron-sdk-binarypack.cmake
90-
#[====================================================================]
91-
# set(elektron-sdk-binarypack_url "https://git.sami.int.thomsonreuters.com/EPD/Elektron-SDK-BinaryPack/repository/Elektron-SDK-BinaryPack.tar.xz")
92-
# set(elektron-sdk-binarypack_hash "MD5=2891965258fec4e2807967866a5aba0a")
93-
# set(elektron-sdk-binarypack_version "1.2.2")
94-
#
9588
# googletest - default values, for latest, look in addExternal_gtest.cmake
9689
#[====================================================================]
9790
# set(googletest_url "https://github.com/abseil/googletest/archive/release-1.8.1.tar.gz")

0 commit comments

Comments
 (0)