We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410a72d commit 8e7f419Copy full SHA for 8e7f419
1 file changed
classes/cmake.yaml
@@ -11,11 +11,6 @@ buildSetup: |
11
[[ "$AUTOCONF_BUILD" == *-msys ]] && i="$(cygpath -m $i)"
12
CMAKE_FIND_ROOT_PATH+="${CMAKE_FIND_ROOT_PATH:+;}$i"
13
done
14
- # We should also add the sysroot path of gcc/g++ if available.
15
- if [[ "$CXX" == *"g++" ]] ; then
16
- SYSROOT="$($CXX -print-sysroot)"
17
- fi
18
- [ -z "${SYSROOT:+true}" ] || CMAKE_FIND_ROOT_PATH+=";${SYSROOT}"
19
20
# It is necessary to add the sysroot path of gcc/g++ if available too
21
# because our host-compat-toolchain has a non-standard sysroot
0 commit comments