File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ project(CLIFp
1313
1414# Get helper scripts
1515include (${CMAKE_CURRENT_SOURCE_DIR} /cmake/FetchOBCMake.cmake )
16- fetch_ob_cmake ("3010a962688a63689cdc365722423f5de40c3c59 " )
16+ fetch_ob_cmake ("v0.3.9 " )
1717
1818# Initialize project according to standard rules
1919include (OB/Project )
@@ -77,18 +77,18 @@ endif()
7777
7878include (OB/FetchQx )
7979ob_fetch_qx (
80- REF "806aa500e292686e66c2e2889965d3702fe188b2 "
80+ REF "v0.6.1 "
8181 COMPONENTS
8282 ${CLIFP_QX_COMPONENTS}
8383)
8484
8585# Fetch libfp (build and import from source)
8686include (OB/Fetchlibfp )
87- ob_fetch_libfp ("9995681fe222f240512e9bd83b211ecc585716db " )
87+ ob_fetch_libfp ("v0.5.5 " )
8888
8989# Fetch QI-QMP (build and import from source)
9090include (OB/FetchQI-QMP )
91- ob_fetch_qi_qmp ("5d7d30b061cdcf5f5159f20d7f6e6be81b1b0170 " )
91+ ob_fetch_qi_qmp ("v0.2.3 " )
9292
9393# Fetch QuaZip (build and import from source)
9494include (OB/FetchQuaZip )
Original file line number Diff line number Diff line change 2121#include " task/task.h"
2222#include " _backend_project_vars.h"
2323
24+ // TODO: It's time to cleanout the old unused mounter support (i.e. docker, QEMU, etc).
25+
2426class QX_ERROR_TYPE (CoreError, " CoreError" , 1200 )
2527{
2628 friend class Core ;
You can’t perform that action at this time.
0 commit comments