File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -405,16 +405,6 @@ target_link_libraries(serialFirstHalfTest combinedLib)
405405target_link_libraries (serialSecondHalfTest stdc++fs)
406406target_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
419409unset (ENABLE_CUDA CACHE )
420410unset (PERFORMANCE_METRICS CACHE )
You can’t perform that action at this time.
0 commit comments