address crossplatform (linux) incompatibilities
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
dc3f8c9334
commit
328b880cec
4 changed files with 6 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.31)
|
||||
cmake_minimum_required(VERSION 3.30)
|
||||
project(ikarus)
|
||||
|
||||
option(LIBIKARUS_ENABLE_TESTS "Enable tests" OFF)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
#include <cstdint>
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/uuid.hpp>
|
||||
#include <boost/uuid/random_generator.hpp>
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
#include <boost/uuid/uuid_io.hpp>
|
||||
|
||||
#include <cppbase/strings.hpp>
|
||||
|
||||
|
|
|
|||
2
vendor/cppbase
vendored
2
vendor/cppbase
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit f547f1cc0ac7bfa493d9c2c22c8222f02e67c1a5
|
||||
Subproject commit 5b3c5172d2ba1c10b40df9bcf06a588da2f55cc7
|
||||
2
vendor/sqlitecpp
vendored
2
vendor/sqlitecpp
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 5fd5731c98d6e260e35d05a59c99822e32fe7191
|
||||
Subproject commit 5eaa8c3e76a21895bef4ed55bf288533dc31cf2a
|
||||
Loading…
Add table
Add a link
Reference in a new issue