@@ -27,8 +27,8 if (NOT pybind11_FOUND) | |||||
27 | add_subdirectory(external/pybind11) |
|
27 | add_subdirectory(external/pybind11) | |
28 | endif() |
|
28 | endif() | |
29 |
|
29 | |||
30 | find_package(catalogs CONFIG QUIET) |
|
30 | find_package(libcatalogs CONFIG QUIET) | |
31 |
if (NOT |
|
31 | if (NOT libcatalogs_FOUND) | |
32 | execute_process(COMMAND git submodule init external/libcatalogs WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) |
|
32 | execute_process(COMMAND git submodule init external/libcatalogs WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) | |
33 | execute_process(COMMAND git submodule update external/libcatalogs WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) |
|
33 | execute_process(COMMAND git submodule update external/libcatalogs WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) | |
34 | add_subdirectory(external/libcatalogs) |
|
34 | add_subdirectory(external/libcatalogs) |
@@ -1,6 +1,8 | |||||
1 | #ifndef SCIQLOP_DATETIMERANGEHELPER_H |
|
1 | #ifndef SCIQLOP_DATETIMERANGEHELPER_H | |
2 | #define SCIQLOP_DATETIMERANGEHELPER_H |
|
2 | #define SCIQLOP_DATETIMERANGEHELPER_H | |
3 |
|
3 | |||
|
4 | #include <optional> | |||
|
5 | ||||
4 | #include <cmath> |
|
6 | #include <cmath> | |
5 | #include <variant> |
|
7 | #include <variant> | |
6 | #include <QObject> |
|
8 | #include <QObject> |
General Comments 0
You need to be logged in to leave comments.
Login now