Print the backend name at configure time.
This commit is contained in:
parent
31c1e37180
commit
d021ce53af
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ else (REFERENCE_TIGER)
|
|||
set(TIGER_SRC_FILES ../lib/freetiger/C/tiger.c)
|
||||
endif (REFERENCE_TIGER)
|
||||
|
||||
message(STATUS "Using backend ${BACKEND_NAME}")
|
||||
|
||||
configure_file(
|
||||
"${PROJECT_SOURCE_DIR}/${PROJECT_NAME}Config.d.in"
|
||||
"${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.d"
|
||||
|
|
Loading…
Reference in a new issue