Replies: 2 comments 16 replies
-
Link to CMAKE_PROJECT_TOP_LEVEL_INCLUDES variable. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Before CMake 3.24, there is already IIUC |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The default method
vcpkg
tells CMake users to add thevcpkg.cmake
module is with a toolchainThis works. But I believe a new CMake feature suits this code injection better.
The main downside is that
CMAKE_PROJECT_TOP_LEVEL_INCLUDES
can't be set as an environment variable. And it was introduced in 3.24Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions