You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/configure.sh
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,12 @@ set -o errexit # Exit on error
14
14
# - CC and CXX
15
15
# - COMPILER # important for Visual Studio paths (vs-2012, vs-2013 or vs-2015)
16
16
17
+
# Input <ci-depends-on-flags> adds cmake flags for configure to handle ci-depends-on. If no ci-depends-on is used, then the string should be equal to "no-ci-depends-on"
0 commit comments