CMake で相対パスを使用する

CMake で VisualStudio 用の vcproj を生成したときにソースとかが絶対パスで出力されるので相対パスを使用する方法

cmake.exe -DCMAKE_USE_RELATIVE_PATHS=ON -G "Visual Studio どれか"

で相対パスが使用されるようになりました。

 

 

This entry was posted in CMake. Bookmark the permalink.

One Response to CMake で相対パスを使用する

  1. seicatu says:

    CMake で相対パスを使用するの記事を拝見させて頂きました。
    参考にさせて頂こうと、CMAKE(3.13.0)で試した所、エラーが発生してしまい、
    調べた所、https://cmake.org/cmake/help/latest/variable/CMAKE_USE_RELATIVE_PATHS.html上記URLにあるように無効になってしまったようです。
    もし、現行のCMAKEでの相対パス仕様の方法を知っていましたら、
    是非ともご教示頂きたいのですが可能でしょうか。

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>