Skip to content

Commit

Permalink
run cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLartians committed Apr 8, 2024
1 parent db51694 commit 7b6b1ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/cache.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ assert_not_exists("${CPM_SOURCE_CACHE_DIR}/fibonacci")

# Use custom cache directory

set(FIBONACCI_PACKAGE_ARGS "CUSTOM_CACHE_KEY my_custom_unique_dir GIT_TAG e9ebf168ca0fffaa4ef8c6fefc6346aaa22f6ed5")
set(FIBONACCI_PACKAGE_ARGS
"CUSTOM_CACHE_KEY my_custom_unique_dir GIT_TAG e9ebf168ca0fffaa4ef8c6fefc6346aaa22f6ed5"
)
set(FIBONACCI_VERSION 1.1)
update_cmake_lists()

Expand Down

0 comments on commit 7b6b1ee

Please sign in to comment.