Print the backend name at configure time.

This commit is contained in:
King_DuckZ 2014-09-25 19:39:49 +02:00
parent 31c1e37180
commit d021ce53af

View file

@ -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"