We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FindPrefixFromConfig
1 parent 05a948e commit ae72cc7Copy full SHA for ae72cc7
cmake/Modules/FindPrefixFromConfig.cmake
@@ -32,7 +32,7 @@ function(find_prefix_from_config out_var prefix_var path_to_leave)
32
# our way there relatively.
33
set(config_code
34
"# Installation prefix is fixed absolute path"
35
- "set(${prefix_var} \"${CMAKE_INSTALL_PREFIX}\"")
+ "set(${prefix_var} \"${CMAKE_INSTALL_PREFIX}\")")
36
else()
37
# `path_to_leave` is relative. Relative to what? The install prefix.
38
# We therefore go up enough parent directories to get back to the
0 commit comments