Skip to content

remove unused include helper.cmake in tests #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions dependencies/test-drive/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Get the macros and functions we'll need
include("${PROJECT_SOURCE_DIR}/cmake/helper.cmake")
include(FetchContent)

# If found, use the installed version; else, import the library
Expand Down Expand Up @@ -30,4 +28,4 @@ set(test-drive_LIBRARY test-drive)
set(test-drive_LIBRARY ${test-drive_LIBRARY} PARENT_SCOPE)

# Make a parent-scope variable locating the include directory for test-drive
set(test-drive_INCLUDE_DIR ${test-drive_INCLUDE_DIR} PARENT_SCOPE)
set(test-drive_INCLUDE_DIR ${test-drive_INCLUDE_DIR} PARENT_SCOPE)
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include("${PROJECT_SOURCE_DIR}/cmake/helper.cmake")

macro(build_tests testname)
add_executable(${testname} ${ARGN})
link_library(${testname} fftpack ${PROJECT_INCLUDE_DIR})
Expand Down
Loading