We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df40a6d commit 8a1e4feCopy full SHA for 8a1e4fe
cookiecutter/{{cookiecutter.project_name}}/CMakeLists.txt
@@ -25,7 +25,7 @@ option(
25
)
26
27
# for find of beman-install-library
28
-set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_SOURCE_DIR}/infra/cmake)
+include(infra/cmake/beman-install-library-config.cmake)
29
30
add_subdirectory(src/beman/{{cookiecutter.project_name}})
31
0 commit comments