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.
1 parent 4585595 commit 5ea78e5Copy full SHA for 5ea78e5
cmake/modules/SearchInstalledSoftware.cmake
@@ -54,7 +54,7 @@ endmacro()
54
# stop the configuration with a FATAL_ERROR in case of fail-on-missing=ON.
55
#----------------------------------------------------------------------------
56
macro(ROOT_CHECK_CONNECTION_AND_DISABLE_OPTION option_name)
57
- ROOT_CHECK_CONNECTION("$(option_name)=OFF")
+ ROOT_CHECK_CONNECTION("${option_name}=OFF")
58
if(NO_CONNECTION)
59
message(STATUS "No internet connection, disabling '${option_name}' option")
60
set(${option_name} OFF CACHE BOOL "Disabled because there is no internet connection" FORCE)
0 commit comments