refactor empty argument passing to not require eval

This commit is contained in:
Lars Melchior
2023-04-13 17:49:13 +02:00
parent f4fd660d09
commit a49358ef34
3 changed files with 92 additions and 64 deletions

View File

@@ -2,6 +2,8 @@ include(CMakePackageConfigHelpers)
include(${CPM_PATH}/testing.cmake)
set(TEST_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR}/source_dir)
# clean existing build if it exists
file(REMOVE_RECURSE "${TEST_BUILD_DIR}")
set(TEST_DEPENDENCY_NAME Dependency)