Skip to content

Commit

Permalink
Update doc about CMake project install problem on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lebarsfa committed Nov 3, 2024
1 parent 7e84391 commit ebf52d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/doc/install/01-installation-full-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ The logic to follow will then be similar to `Linux <01-installation-full-linux.h
cmake --build . --config Release --target install
.. warning::

| You might need to replace all occurences of :literal:`PATH_SUFFIXES \ ` with something similar to :literal:`PATHS ${CMAKE_CURRENT_LIST_FILE}/../../../../ PATH_SUFFIXES \ ` in all ``.cmake`` in ``codac/share/codac/cmake/`` (where Codac was installed) if a CMake project that tries to use Codac appears to find its installation location but fails to configure the project properly.
See also `Information for developers </dev/info_dev.html>`_.

0 comments on commit ebf52d3

Please sign in to comment.