Skip to content

Commit

Permalink
Additional fixes on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasmeszaros committed Jan 26, 2022
1 parent d49d533 commit a68fd58
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1,293 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,8 @@ endif()

if(OPENVDB_INSTALL_CMAKE_MODULES)
set(OPENVDB_CMAKE_MODULES
cmake/FindBlosc.cmake
cmake/FindJemalloc.cmake
cmake/FindIlmBase.cmake
cmake/FindLog4cplus.cmake
cmake/FindOpenEXR.cmake
cmake/FindOpenVDB.cmake
cmake/FindTBB.cmake
cmake/OpenVDBGLFW3Setup.cmake
Expand Down Expand Up @@ -744,6 +741,10 @@ determine the ABI number. You may set this to force a given ABI number.]=] FORCE

##########################################################################

if (MINGW)
add_compile_options(-Wa,-mbig-obj)
endif ()

if(OPENVDB_BUILD_CORE)
add_subdirectory(openvdb/openvdb)
endif()
Expand Down
Loading

0 comments on commit a68fd58

Please sign in to comment.