Skip to content

Commit

Permalink
Fixing CMake tests merge issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Sep 30, 2024
1 parent 988adcc commit 0bbe7d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion cmake/SetupSpheral.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ endif()
#-------------------------------------------------------------------------------
if (ENABLE_TESTS)
add_subdirectory(${SPHERAL_ROOT_DIR}/tests)
add_subdirectory(${SPHERAL_ROOT_DIR}/tests/unit/CXXTests)

# A macro to preserve directory structure when installing files
macro(install_with_directory)
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
add_subdirectory(cpp/Field)
add_subdirectory(cpp/Utilities)
add_subdirectory(unit)

0 comments on commit 0bbe7d6

Please sign in to comment.