CMake Error: The source directory “XXX“ does not appear to contain CMakeLists.txt

这篇具有很好参考价值的文章主要介绍了CMake Error: The source directory “XXX“ does not appear to contain CMakeLists.txt。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

CMake Error: The source directory “XXX” does not appear to contain CMakeLists.txt

正常CMakeLists.txt文件是在项目根目录下,而我们在项目的build文件夹中进行cmake,导致找不到文件,解决方法,命令行后加两个点表示上级目录,关键就是这两个点:

cmake -DCMAKE_BUILD_TYPE:STRING=Release -DGKFS_BUILD_TESTS:BOOL=ON ..

does not appear to contain cmakelists.txt.,Linux,ubuntu文章来源地址https://www.toymoban.com/news/detail-766708.html

到了这里,关于CMake Error: The source directory “XXX“ does not appear to contain CMakeLists.txt的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • OSError: CompVis/stable-diffusion-v1-4 does not appear to have a file named config.json

    最近刚开始研究Stable Diffusion model 想尝试一下fine-tuning任务。在本地加载模型后,爆显存了。。。于是不得已,在云平台租用服务器来进行训练。 创建服务器实例时,我直接选的的平台提供的算法镜像,这样可以免去配环境之苦: 然后,我在服务器运行程序的时候,在自己

    2024年02月11日
    浏览(44)
  • Plugin xxx was was not found in any of the following sources:

            最近打开AndroidStudio,经常出现如下异常:     尝试调整gradle版本,发现仍然不能解决,最后 通过降低app目录下build.gradle的  \\\"compileSdk\\\"和\\\"targetSdk\\\"版本,以及去掉buildToolsVersion解决。

    2024年02月12日
    浏览(64)
  • warning: React does not recognize the xxx prop on a DOM element

    warning: React does not recognize the xxx prop on a DOM element Warning: React does not recognize the disableValue prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase disablevalue instead. If you accidentally passed it from a parent component, remove it from the DOM element 这是React不能识别

    2024年02月04日
    浏览(44)
  • Plugin [id: ‘com.android.application‘, xxx] was not found in any of the following sources

    在使用IDEA创建我的第一个Android项目时出现错误 Plugin [id: \\\'com.android.application\\\', version: \\\'7.3.0\\\', apply: false] was not found in any of the following sources: * Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Exception is: org.gradle.api.plugins.UnknownPluginException: Plugin [id: \\\'

    2024年02月07日
    浏览(56)
  • [ERROR] Error executing Maven.[ERROR] The specified user settings file does not exist:

    今天在导入JavaEE项目的时候运行时出现了以下错误: [ERROR] Error executing Maven. [ERROR] The specified user settings file does not exist: C:Usersmavenapache-maven-3.6.2-binapache-maven-3.6.2confsettings.xml  解决方法 两种,主要看自己使用的tomcat: 1、 File——Settings,选择正确的Maven安装路径。  2、 点

    2024年02月08日
    浏览(56)
  • EnvironmentNotWritableError: The current user does not have write permissions to the target environm

    背景:Anaconda虚拟环境中运行conda install matplotlib, 系统提示当前conda版本不够,需运行conda update -n base -c defaults conda 出现报错:EnvironmentNotWritableError: The current user does not have write permissions to the target environment. environment location: D:Anaconda  错误原因:后面列的那个文件姐缺写入权限

    2024年02月11日
    浏览(194)
  • Unity 出现error CS0103: The name ‘AssetDatabase‘ does not exist in the current context

    在Unity场景中,在进行build操作时出现这种报错,导致资源bundle无法正常生成,出现以下问题: error CS0103: The name \\\'AssetDatabase\\\' does not exist in the current context error CS0234: The type or namespace name \\\'AssetDatabase\\\' does not exist in the namespace \\\'UnityEditor\\\' (are you missing an assembly reference?) ps :上面两种

    2023年04月09日
    浏览(49)
  • ORA-20000: Unable to set values for index xxx: does not exist or insufficient privileges

    使用expdp/impdp导出导入数据时,遇到ORA-2000错误,如下所示: 导出环境为Oracle 12c,导入的数据库环境为Oracle 19c,具体版本为19.16.0.0.0,查了一下Oracle Support,刚好是遇到了Bug 30978304,关于为什么会出现这个错误, ORA-20000 from Data Pump Import (IMPDP) when PK Constraint does not Create a New In

    2024年02月12日
    浏览(67)
  • error: refs/stash does not point to a valid object

    Git Pull给出此错误: 根据错误提示,refs文件夹下的stash文件不是个有效文件。推测我们放在暂存区的代码有冲突。这时找到当前项目所在文件夹位置,找到.git-refs-stash  删除就可以了。 注意,.git 文件一般是隐藏的,我们需要先设置隐藏的文件可见。

    2024年02月13日
    浏览(41)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包