Skip to content

Commit 52f349b

Browse files
9prady9pradeep
authored andcommitted
Mark couple of cmake variables as advanced that I missed earlier
1 parent 58573ed commit 52f349b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeModules/AFconfigure_forge_dep.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if(AF_BUILD_FORGE)
3636
FG_USE_WINDOW_TOOLKIT
3737
FG_USE_SYSTEM_CL2HPP
3838
FG_ENABLE_HUNTER
39+
FG_RENDERING_BACKEND
40+
SPHINX_EXECUTABLE
3941
glfw3_DIR
4042
glm_DIR
4143
)

CMakeModules/FindcuDNN.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ if(cuDNN_INCLUDE_DIRS)
164164
${CMAKE_INSTALL_PREFIX}
165165
PATH_SUFFIXES lib lib64 bin lib/x64 bin/x64
166166
DOC "cudnn${cudnn_lib_name_infix} Windows DLL." )
167+
mark_as_advanced(cuDNN${LIB_INFIX}_DLL_LIBRARY)
167168
endif()
168169
endmacro()
169170

0 commit comments

Comments
 (0)