mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-23 18:20:47 +08:00
Add the possibility to define a custom build-string suffix
This commit is contained in:
parent
0b187a40a1
commit
e8ccd07671
@ -426,6 +426,10 @@ macro(ei_set_build_string)
|
||||
else()
|
||||
set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-64bit)
|
||||
endif()
|
||||
|
||||
if(EIGEN_BUILD_STRING_SUFFIX)
|
||||
set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-${EIGEN_BUILD_STRING_SUFFIX})
|
||||
endif()
|
||||
|
||||
string(TOLOWER ${TMP_BUILD_STRING} BUILDNAME)
|
||||
endmacro(ei_set_build_string)
|
||||
|
Loading…
Reference in New Issue
Block a user