Skip to content

Commit

Permalink
cmake whitespace and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Oct 20, 2023
1 parent 34c6501 commit d6a4dd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmake/TinyPackageConfigHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function(tiny_build_type_requirements_install_tree
out_package_version out_package_version_unsuitable
cvf_is_multi_config cvf_is_vcpkg
)

# Obtain all installed target configurations
# Needed in the Package Config file for the info message
tiny_get_target_configurations(cvfTargetConfigurations)
Expand Down Expand Up @@ -165,8 +164,8 @@ endfunction()
# is "Debug", otherwise all other configurations can be matched freely.
function(tiny_build_type_requirements_build_tree
out_package_version out_package_version_unsuitable
cvf_is_multi_config cvf_config_build_type cvf_match_buildtree)

cvf_is_multi_config cvf_config_build_type cvf_match_buildtree
)
message(DEBUG "cvf_is_multi_config = ${cvf_is_multi_config}")
message(DEBUG "CMAKE_CURRENT_LIST_FILE = ${CMAKE_CURRENT_LIST_FILE}")

Expand Down

0 comments on commit d6a4dd6

Please sign in to comment.