We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f785f6 commit 4f999a0Copy full SHA for 4f999a0
1 file changed
classes/cmake.yaml
@@ -12,7 +12,7 @@ buildScript: |
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
+ if [[ "$CXX" == *"g++" ]] ; then
16
SYSROOT="$($CXX -print-sysroot)"
17
fi
18
[ -z "${SYSROOT:+true}" ] || CMAKE_FIND_ROOT_PATH+=";${SYSROOT}"
0 commit comments