From 4a9be184e3bcf95094f864a27f9fb7b96f4afa87 Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Sat, 23 May 2020 06:10:01 +0800 Subject: [PATCH] Fix a typo. (#4) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b68574c..8429684f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ if (NOT TX_USER_FILE) message(STATUS "Using default tx_user.h file") set(TX_USER_FILE ${CMAKE_CURRENT_LIST_DIR}/common/inc/tx_user_sample.h) else() - message(STATUS "Using custom tx_user.h file from ${UX_USER_FILE}") + message(STATUS "Using custom tx_user.h file from ${TX_USER_FILE}") endif() configure_file(${TX_USER_FILE} ${CUSTOM_INC_DIR}/tx_user.h COPYONLY) target_include_directories(${PROJECT_NAME}