File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ if(USE_SYSTEM_OPENVDB)
5555 list (APPEND CMAKE_MODULE_PATH "${CMAKE_INSTALL_FULL_LIBDIR} /cmake/OpenVDB" )
5656 find_package (openvdb_vendor QUIET )
5757 if (NOT OpenVDB_FOUND)
58+ list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake/" )
5859 find_package (OpenVDB QUIET )
5960 endif ()
6061 if (OpenVDB_FOUND AND OpenVDB_USES_BLOSC)
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
5454set (CMAKE_POSITION_INDEPENDENT_CODE ON )
5555set (CMAKE_CXX_STANDARD_REQUIRED ON )
5656set (CMAKE_CXX_EXTENSIONS OFF )
57- set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR} /cmake/" )
5857
5958# Find Dependencies from the 3rdparty directory.
6059include (3rdparty/find_dependencies.cmake)
You can’t perform that action at this time.
0 commit comments