Skip to content
Snippets Groups Projects
Commit 5aa210bc authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix CMake warning

parent 0a112c29
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,6 @@ IF(NOT CLIENT_ONLY) ...@@ -83,7 +83,6 @@ IF(NOT CLIENT_ONLY)
${CMAKE_SOURCE_DIR}/include/gepetto/gui/ledindicator.hh ${CMAKE_SOURCE_DIR}/include/gepetto/gui/ledindicator.hh
${CMAKE_SOURCE_DIR}/include/gepetto/gui/plugin-interface.hh ${CMAKE_SOURCE_DIR}/include/gepetto/gui/plugin-interface.hh
${CMAKE_SOURCE_DIR}/include/gepetto/gui/omniorb/omniorbthread.hh ${CMAKE_SOURCE_DIR}/include/gepetto/gui/omniorb/omniorbthread.hh
${CMAKE_SOURCE_DIR}/include/gepetto/gui/omniorb/url.hh
${CMAKE_SOURCE_DIR}/include/gepetto/gui/dialog/dialogloadrobot.hh ${CMAKE_SOURCE_DIR}/include/gepetto/gui/dialog/dialogloadrobot.hh
${CMAKE_SOURCE_DIR}/include/gepetto/gui/dialog/dialogloadenvironment.hh ${CMAKE_SOURCE_DIR}/include/gepetto/gui/dialog/dialogloadenvironment.hh
${CMAKE_SOURCE_DIR}/include/gepetto/gui/dialog/pluginmanagerdialog.hh ${CMAKE_SOURCE_DIR}/include/gepetto/gui/dialog/pluginmanagerdialog.hh
...@@ -101,6 +100,7 @@ IF(NOT CLIENT_ONLY) ...@@ -101,6 +100,7 @@ IF(NOT CLIENT_ONLY)
${CMAKE_SOURCE_DIR}/include/gepetto/gui/settings.hh ${CMAKE_SOURCE_DIR}/include/gepetto/gui/settings.hh
${CMAKE_SOURCE_DIR}/include/gepetto/gui/color-map.hh ${CMAKE_SOURCE_DIR}/include/gepetto/gui/color-map.hh
${CMAKE_BINARY_DIR}/include/gepetto/gui/config-dep.hh ${CMAKE_BINARY_DIR}/include/gepetto/gui/config-dep.hh
${CMAKE_SOURCE_DIR}/include/gepetto/gui/omniorb/url.hh
) )
SET(${PROJECT_NAME}_FORMS SET(${PROJECT_NAME}_FORMS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment