File tree 2 files changed +2
-9
lines changed 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ macro(rcdev_set_new_postprefix_path)
89
89
# Check to see if need to force GCC instead of system defined GNU
90
90
if (${RCDEV_HOST_COMPILER} STREQUAL "GNU"
91
91
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" )
94
94
)
95
95
rcdev_get_platform_suffix(_sys_suffix gcc)
96
96
endif ()
Original file line number Diff line number Diff line change @@ -85,13 +85,6 @@ string(TIMESTAMP rtsdk_year %Y)
85
85
# googletest_version "1.8.1"
86
86
#
87
87
#
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
- #
95
88
# googletest - default values, for latest, look in addExternal_gtest.cmake
96
89
#[====================================================================]
97
90
# set(googletest_url "https://github.com/abseil/googletest/archive/release-1.8.1.tar.gz")
You can’t perform that action at this time.
0 commit comments