We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b8a7 commit 1d59c7dCopy full SHA for 1d59c7d
CMakeLists.txt
@@ -3,7 +3,7 @@ project(opensplat)
3
4
set(OPENSPLAT_BUILD_SIMPLE_TRAINER OFF CACHE BOOL "Build simple trainer applications")
5
set(GPU_RUNTIME "CUDA" CACHE STRING "HIP or CUDA")
6
-set(OPENCV_DIR "OPENCV_DIR-NOTFOUND" CACHE "OPENCV_DIR" "Path to the OPENCV installation directory")
+set(OPENCV_DIR "OPENCV_DIR-NOTFOUND" CACHE PATH "Path to the OPENCV installation directory")
7
8
if(NOT CMAKE_BUILD_TYPE)
9
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
0 commit comments