Skip to content

Commit c6880fa

Browse files
author
Divya Kamath
committed
Fixed the CMake error
1 parent f58d0a1 commit c6880fa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -405,16 +405,6 @@ target_link_libraries(serialFirstHalfTest combinedLib)
405405
target_link_libraries(serialSecondHalfTest stdc++fs)
406406
target_link_libraries(serialSecondHalfTest combinedLib)
407407

408-
add_executable(serialFileAccessTest
409-
Testing/RunTests.cpp
410-
Testing/UnitTesting/SerializationFileAccessTest.cpp)
411-
412-
# Links the Googletest framework with the serialFileAccessTest executable
413-
target_link_libraries(serialFileAccessTest gtest gtest_main)
414-
415-
# Link the combined library into the 'serialFileAccessTest' executable.
416-
target_link_libraries(serialFileAccessTest combinedLib)
417-
418408
# Clear ENABLE_CUDA, PERFORMANCE_METRICS and GPROF from the cache so it's reset for subsequent builds
419409
unset(ENABLE_CUDA CACHE)
420410
unset(PERFORMANCE_METRICS CACHE)

0 commit comments

Comments
 (0)