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
version: '5.15.2'# 5.12.7 is broken https://bugreports.qt.io/browse/QTBUG-81715, > 5.15.2 is not available on official archives (https://github.com/miurahr/aqtinstall/issues/636)
139
+
cache: 'false'
140
+
aqtversion: '==3.1.*'
141
+
archives: 'qtsvg qtimageformats qtbase'
142
+
134
143
- name: Setup build tools (and system contrib on Linux)
version: '5.15.2'# 5.12.7 is broken https://bugreports.qt.io/browse/QTBUG-81715, > 5.15.2 is not available on official archives (https://github.com/miurahr/aqtinstall/issues/636)
Copy file name to clipboardExpand all lines: cmake/setup_lib_find_paths.cmake
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,12 @@
43
43
# for searching and as first entry in the includes/libraries to avoid
44
44
# mismatches with installed system libraries
45
45
if(NOT OPENMS_CONTRIB_LIBS)
46
-
message(WARNING "Unless you are certain that you have all contributing libraries in system paths, please specify an explicit path to the built contrib libraries via
46
+
message("Note: OPENMS_CONTRIB_LIBS not set. Unless you are certain that you have all contributing libraries in system paths, please specify an explicit path to the built contrib libraries via
0 commit comments