mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Fix CMake error
This commit is contained in:
@@ -172,7 +172,9 @@ if(USE_MMAP OR USE_VOXELS)
|
|||||||
else()
|
else()
|
||||||
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} iostreams)
|
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} iostreams)
|
||||||
endif()
|
endif()
|
||||||
add_definitions(-DUSE_MMAP)
|
if(USE_MMAP)
|
||||||
|
add_definitions(-DUSE_MMAP)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (IFCXML_SUPPORT)
|
if (IFCXML_SUPPORT)
|
||||||
|
|||||||
Reference in New Issue
Block a user