diff options
| author | TiejunZhou <[email protected]> | 2020-05-23 06:10:01 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-22 16:10:01 -0600 |
| commit | 4a9be184e3bcf95094f864a27f9fb7b96f4afa87 (patch) | |
| tree | 4f1003e69b3c75c7adcea1e4e6e1635b0bed1bad | |
| parent | a37b277ffe8f8ea259f41550c381f8f55badff51 (diff) | |
Fix a typo. (#4)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
