书中所写CMakeLists.txt截图:

《Cmake 实践》【初试 cmake – cmake 的 helloworld】CMakeLists.txt错误_Cmake

构建时报错:

《Cmake 实践》【初试 cmake – cmake 的 helloworld】CMakeLists.txt错误_Cmake_02

原因:最后一行引用SRC_LIST变量需要添加${}符号,正确的代码如下:

《Cmake 实践》【初试 cmake – cmake 的 helloworld】CMakeLists.txt错误_Cmake_03

再次构建成功

《Cmake 实践》【初试 cmake – cmake 的 helloworld】CMakeLists.txt错误_Cmake_04