Skip to content

Commit 49e769a

Browse files
committed
Remove note about omitting CMAKE_PREFIX_PATH
This states that if the user has already installed a packaged version of `infra/cmake/beman-install-library-config.cmake`, they can omit `-DCMAKE_PREFIX_PATH=./infra/cmake`. However, no such packaged version exists; the only way to use it currently is through the vendored copy, so this note is not useful in practice. We can restore it when `beman-install-library-config` is packaged.
1 parent 46afa27 commit 49e769a

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,6 @@ ctest --test-dir build
260260
> you will need to specify the C++ version via `CMAKE_CXX_STANDARD`
261261
> when manually configuring the project.
262262
263-
264-
> [!NOTE]
265-
>
266-
> You only need to set `CMAKE_PREFIX_PATH` if you want to use the
267-
> CMake modules provided in the `infra/` directory of this repository.
268-
> If you have those modules packaged in your environment, you can install
269-
> them with your package manager and omit this argument.
270-
271263
### Finding and Fetching GTest from GitHub
272264

273265
If you do not have GoogleTest installed on your development system, you may

cookiecutter/{{cookiecutter.project_name}}/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,6 @@ ctest --test-dir build
260260
> you will need to specify the C++ version via `CMAKE_CXX_STANDARD`
261261
> when manually configuring the project.
262262
263-
264-
> [!NOTE]
265-
>
266-
> You only need to set `CMAKE_PREFIX_PATH` if you want to use the
267-
> CMake modules provided in the `infra/` directory of this repository.
268-
> If you have those modules packaged in your environment, you can install
269-
> them with your package manager and omit this argument.
270-
271263
### Finding and Fetching GTest from GitHub
272264

273265
If you do not have GoogleTest installed on your development system, you may

0 commit comments

Comments
 (0)