mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-08 09:49:03 +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()
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user