mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
Avoid error about moc_xxx files not found (#181)
Avoid error about moc_xxx files not found. * Added include dir option in CMakeList to avoid error on moc_xxx files generation
This commit is contained in:
parent
11132c8e59
commit
25fea7198a
@ -28,6 +28,7 @@ else()
|
||||
endmacro()
|
||||
endif()
|
||||
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
add_definitions(-DQT_NO_KEYWORDS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user