diff options
| author | liuxueli <[email protected]> | 2020-10-12 14:50:37 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-10-12 14:50:37 +0800 |
| commit | a473539777cf48e2cde14a513dc036afaa6e41b7 (patch) | |
| tree | a2852319ed15b9f3191abbc2c486eed71cdc7bb1 | |
| parent | 3a5e3b55ad7d93d7636139074962e68574da8546 (diff) | |
修复编译失败的问题,CMakeLists.txt缺少变量的赋值
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e25444a..0fb007f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required (VERSION 2.8) +set(lib_name ntc_radius_plug) project(ntc_radius_plug) set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) |
