diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-22 23:19:09 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-22 23:19:09 +0200 |
| commit | c6d1c452bae2078833c364525aed6a583a289ac3 (patch) | |
| tree | 930ece7210fc975bb4493f09347d07da916e70fa | |
| parent | ed4c0046d0c7fbb6a33fc13b508a2a3a6f512809 (diff) | |
typo
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a9810a0e..7141c38c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,10 +61,10 @@ function(fm_load_userconfig) endif() set(_fm_userconfig "userconfig-${_fm_username}@${CMAKE_CXX_COMPILER_ID}.cmake") if(EXISTS "${CMAKE_SOURCE_DIR}/${_fm_userconfig}") - message(STATUS "loading user config '${_fm_userconfig}'") + message(STATUS "Loading user config '${_fm_userconfig}'") include("${CMAKE_SOURCE_DIR}/${_fm_userconfig}" NO_POLICY_SCOPE) else() - message(STATUS "user config '${_fm_userconfig}' not found") + message(STATUS "Can't find user config '${_fm_userconfig}'") endif() endfunction() |
