Skip to content

Commit

Permalink
cmake updated function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 21, 2024
1 parent 47bbea9 commit 0cc3a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/CommonModules/CsDebug.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ function(cs_verbose_makefile)
set(CMAKE_VERBOSE_MAKEFILE ON)
endfunction()

# Print all CMake variables
# Print all CMake variables (excluding all CMake variables by default)
# cs_print_vars() == cs_print_vars(yes)
function(cs_print_vars)
set(exclude_cmake yes)
if(ARGC GREATER_EQUAL 1 AND DEFINED ARGV0 AND NOT ARGV0)
Expand Down

0 comments on commit 0cc3a45

Please sign in to comment.