diff options
Diffstat (limited to '')
| -rw-r--r-- | externals/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index ccc7f13b6..8e4bcf21f 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -62,5 +62,5 @@ if (ENABLE_WEB_SERVICE) | |||
| 62 | 62 | ||
| 63 | # JSON | 63 | # JSON |
| 64 | add_library(json-headers INTERFACE) | 64 | add_library(json-headers INTERFACE) |
| 65 | target_include_directories(json-headers INTERFACE ./json/src) | 65 | target_include_directories(json-headers INTERFACE ./json) |
| 66 | endif() | 66 | endif() |