mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add the possibility to define a custom build-string suffix
This commit is contained in:
@@ -426,6 +426,10 @@ macro(ei_set_build_string)
|
|||||||
else()
|
else()
|
||||||
set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-64bit)
|
set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-64bit)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(EIGEN_BUILD_STRING_SUFFIX)
|
||||||
|
set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-${EIGEN_BUILD_STRING_SUFFIX})
|
||||||
|
endif()
|
||||||
|
|
||||||
string(TOLOWER ${TMP_BUILD_STRING} BUILDNAME)
|
string(TOLOWER ${TMP_BUILD_STRING} BUILDNAME)
|
||||||
endmacro(ei_set_build_string)
|
endmacro(ei_set_build_string)
|
||||||
|
|||||||
Reference in New Issue
Block a user