Revert wrongfully applied parts

This commit is contained in:
Thomas Krijnen
2024-08-21 20:24:17 +02:00
parent 952ba717e6
commit 1534e7962e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ endif()
if(GLTF_SUPPORT OR CITYJSON_SUPPORT)
UNIFY_ENVVARS_AND_CACHE(JSON_INCLUDE_DIR)
find_path(json_header_path "nlohmann/json.hpp" ${JSON_INCLUDE_DIR})
find_path(json_header_path "json.hpp" ${JSON_INCLUDE_DIR} PATH_SUFFIXES "nlohmann")
set(JSON_INCLUDE_DIR ${json_header_path})
if(json_header_path)
+1 -1
View File
@@ -38,7 +38,7 @@
#include <Standard_Version.hxx>
#define IfcSchema Ifc4
#define IfcSchema Ifc2x3
#include "../ifcparse/macros.h"
#include "../ifcparse/Ifc2x3.h"
#include "../ifcparse/IfcBaseClass.h"
+1 -1
View File
@@ -35,7 +35,7 @@
#include <Precision.hxx>
#define IfcSchema Ifc4
#define IfcSchema Ifc2x3
#include "../ifcparse/macros.h"
#include "../ifcparse/Ifc2x3.h"
#include "../ifcparse/IfcBaseClass.h"