Skip to content

Commit

Permalink
add zlib path to cmake RH3DM-179
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Jan 30, 2025
1 parent 104d298 commit 97dfe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ add_definitions(-D_GNU_SOURCE)
add_definitions(-DON_COMPILING_OPENNURBS)
add_definitions(-DOPENNURBS_FREETYPE_INC_)
add_definitions(-DMY_ZCALLOC -DZ_PREFIX)
add_definitions(-DOPENNURBS_ZLIB_LIB_DIR)
add_definitions(-DOPENNURBS_ZLIB_LIB_DIR="lib/opennurbs/zlib")
add_definitions(-DUNICODE)
add_definitions(-DON_INCLUDE_DRACO)
if(${RHINO3DM_JS})
Expand Down

0 comments on commit 97dfe6f

Please sign in to comment.