--cmake-force-configure 是一个 cmake 选项吗?

Is --cmake-force-configure a cmake option?

在我的构建脚本中,我发现 --cmake-force-configure 作为选项传递给 CMake。我没有找到相关文档,仅在 ROS forums 作为 colcon 的选项。 --cmake-force-configure 是 CMake 的有效选项吗?如果没有,如何模拟它应该做什么(强制 CMake 执行配置步骤)

Is --cmake-force-configure a cmake option?

没有

Is --cmake-force-configure a valid option for CMake?

没有

If not, how to emulate what it is supposed to do (force CMake to execute the configure step)

运行 cmake 再次配置步骤。

您找到的话题开头为What is the use of the following arguments to ****colcon build****?。这是 colcon build.

的一个选项