How to backup the generator cache/settings for cmake gui on windows?

前端 未结 1 1264
礼貌的吻别
礼貌的吻别 2021-01-06 00:07

We are developing a module for opencv to use internal and we would like not to check in the full opencv to TFS.

Is there any way to save all the settings from the c

相关标签:
1条回答
  • 2021-01-06 01:04

    There is a CMakeCache.txt file in your build directory. It stores the values changed in the gui application. If you copy this to a new build and reload the cache, the settings should be restored and you can generate the build files.

    0 讨论(0)
提交回复
热议问题