oes not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the

[  1%] Performing configure step for 'extern_baidu_sdk'
[  8%] Built target extern_gflags
[ 15%] Built target extern_protobuf
CMake Error: The source directory "/home/wangheng/main_work/translate_proxy/build/third-party/baidu_sdk/src/extern_baidu_sdk" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make[2]: *** [third-party/baidu_sdk/src/extern_baidu_sdk-stamp/extern_baidu_sdk-configure] Error 1

解决办法:

        CONFIGURE_COMMAND ""
        BUILD_COMMAND ""

添加空的 CONFIGURE_COMMAND 和BUILD_COMMAND

上一篇:从零开发短视频电商 maven之pom引入第三方本地Jar并打包运行成功


下一篇:(转)Unity - 接入Android SDK