Skip to content

Commit cfd68d6

Browse files
committed
Correct CMake module path in dependency installer
Signed-off-by: Sombrio <[email protected]>
1 parent 9273cce commit cfd68d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

etc/DependencyInstaller.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ _install_cmake() {
246246
log "CMake is already installed and at the correct version."
247247
INSTALL_SUMMARY+=("CMake: system=${cmake_installed_version}, required=${CMAKE_VERSION_SMALL}, status=skipped")
248248
fi
249-
CMAKE_PACKAGE_ROOT_ARGS+=" -D CMAKE_ROOT=$(realpath "${cmake_prefix}") "
250249
}
251250

252251
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)