Skip to content

Commit ed44690

Browse files
committed
removed another unused include helper
1 parent 958da83 commit ed44690

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

dependencies/test-drive/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Get the macros and functions we'll need
21
include(FetchContent)
32

43
# If found, use the installed version; else, import the library

test/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include("${PROJECT_SOURCE_DIR}/cmake/helper.cmake")
2-
31
macro(build_tests testname)
42
add_executable(${testname} ${ARGN})
53
link_library(${testname} fftpack ${PROJECT_INCLUDE_DIR})

0 commit comments

Comments
 (0)