summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-06-11 10:11:47 +0200
committerKonstantin Käfer <mail@kkaefer.com>2019-06-12 12:04:07 +0200
commit844299f1c3b22eed4bf07c37052b3c2ea35e2564 (patch)
treec752b704492df12395c6db6447183e9621485a8e /vendor
parentedd04d31eb591180b76969be971039b0cde00c88 (diff)
downloadqtlocation-mapboxgl-844299f1c3b22eed4bf07c37052b3c2ea35e2564.tar.gz
[build] remove roundtrip through <experimental/optional> when using optional
Diffstat (limited to 'vendor')
m---------vendor/optional0
-rw-r--r--vendor/optional-files.json8
-rw-r--r--vendor/optional.cmake2
3 files changed, 9 insertions, 1 deletions
diff --git a/vendor/optional b/vendor/optional
-Subproject 5f08e2e2012398b9511ba15506611d7e36e8930
+Subproject f6249e7fdcb80131c390a083f1621d96023e72e
diff --git a/vendor/optional-files.json b/vendor/optional-files.json
new file mode 100644
index 0000000000..4d62a8903c
--- /dev/null
+++ b/vendor/optional-files.json
@@ -0,0 +1,8 @@
+{
+ "//": "This file is generated. Do not edit. Regenerate it with scripts/generate-file-lists.js",
+ "sources": [],
+ "public_headers": {
+ "optional.hpp": "vendor/optional/optional.hpp"
+ },
+ "private_headers": {}
+}
diff --git a/vendor/optional.cmake b/vendor/optional.cmake
index ed7bfe8a38..f4b379d3df 100644
--- a/vendor/optional.cmake
+++ b/vendor/optional.cmake
@@ -1,5 +1,5 @@
add_library(optional INTERFACE)
target_include_directories(optional SYSTEM INTERFACE
- ${CMAKE_SOURCE_DIR}/vendor/optional/include
+ ${CMAKE_SOURCE_DIR}/vendor/optional
)