Skip to content

Commit

Permalink
VTK/Core/Testing: Fix "No relevant classes found" build warning
Browse files Browse the repository at this point in the history
This commit fixes the following warning:

/path/to/CTK/Libs/Visualization/VTK/Core/Testing/Cpp/ctkVTKConnectionTestObjectDelete.cpp:0: Note: No relevant classes found. No output generated
  • Loading branch information
jcfr committed Jan 25, 2018
1 parent aaea389 commit 86c3daf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Libs/Visualization/VTK/Core/Testing/Cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,9 @@ set(KIT_HELPER_SRCS

if(CTK_QT_VERSION VERSION_GREATER "4")
QT5_WRAP_CPP(KIT_HELPER_SRCS ctkVTKObjectTestHelper.h)
QT5_GENERATE_MOCS(
ctkVTKConnectionTestObjectDelete.cpp
)
include_directories(${Qt5Widgets_INCLUDE_DIRS})
else()
QT4_WRAP_CPP(KIT_HELPER_SRCS ctkVTKObjectTestHelper.h)
QT4_GENERATE_MOCS(
ctkVTKConnectionTestObjectDelete.cpp
)
endif()

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
#include <cstdlib>
#include <iostream>

#include "moc_ctkVTKConnectionTestObjectDelete.cpp"

namespace
{

Expand Down

0 comments on commit 86c3daf

Please sign in to comment.