mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Fix #5134
This commit is contained in:
@@ -221,7 +221,7 @@ endif()
|
|||||||
|
|
||||||
if(GLTF_SUPPORT OR CITYJSON_SUPPORT)
|
if(GLTF_SUPPORT OR CITYJSON_SUPPORT)
|
||||||
UNIFY_ENVVARS_AND_CACHE(JSON_INCLUDE_DIR)
|
UNIFY_ENVVARS_AND_CACHE(JSON_INCLUDE_DIR)
|
||||||
find_path(json_header_path "json.hpp" ${JSON_INCLUDE_DIR} PATH_SUFFIXES "nlohmann")
|
find_path(json_header_path "json.hpp" HINTS ${JSON_INCLUDE_DIR} PATH_SUFFIXES "nlohmann")
|
||||||
set(JSON_INCLUDE_DIR ${json_header_path})
|
set(JSON_INCLUDE_DIR ${json_header_path})
|
||||||
|
|
||||||
if(json_header_path)
|
if(json_header_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user