mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
cmake - fix typo
This commit is contained in:
@@ -375,7 +375,7 @@ if (WITH_ROCKSDB)
|
|||||||
if(ZSTD_LIBRARY)
|
if(ZSTD_LIBRARY)
|
||||||
message(STATUS "zstd library ${ZSTD_LIBRARY} found in: ${ZSTD_LIBRARY_DIR}")
|
message(STATUS "zstd library ${ZSTD_LIBRARY} found in: ${ZSTD_LIBRARY_DIR}")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Unable to find rocksdb library in: ${ZSTD_LIBRARY_DIR}")
|
message(FATAL_ERROR "Unable to find zstd library in: ${ZSTD_LIBRARY_DIR}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_definitions(-DIFOPSH_WITH_ROCKSDB_ZSTD)
|
add_definitions(-DIFOPSH_WITH_ROCKSDB_ZSTD)
|
||||||
|
|||||||
Reference in New Issue
Block a user