We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3a642 commit 2799b38Copy full SHA for 2799b38
PDFWriterTesting/CMakeLists.txt
@@ -100,7 +100,7 @@ endif(APPLE)
100
101
# Add all the ADD_TEST for each test (reusing the create_test_sourcelist list minus the generated executable)
102
set (TestsToRun ${Tests})
103
-remove (TestsToRun PDFWriterTesting.cpp)
+list(REMOVE_ITEM TestsToRun PDFWriterTesting.cpp)
104
foreach (test ${TestsToRun})
105
get_filename_component (TName ${test} NAME_WE)
106
add_test (NAME ${TName} COMMAND PDFWriterTesting ${TName} ${CMAKE_CURRENT_SOURCE_DIR}/Materials ${CMAKE_BINARY_DIR}/Testing/Output)
0 commit comments