From 5aa210bc4d35e45c32094c79659c075a71ba47a4 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Wed, 18 Jan 2017 18:39:09 +0100
Subject: [PATCH] Fix CMake warning

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2df410c..998392c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -83,7 +83,6 @@ IF(NOT CLIENT_ONLY)
     ${CMAKE_SOURCE_DIR}/include/gepetto/gui/ledindicator.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/url.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/pluginmanagerdialog.hh
@@ -101,6 +100,7 @@ IF(NOT CLIENT_ONLY)
     ${CMAKE_SOURCE_DIR}/include/gepetto/gui/settings.hh
     ${CMAKE_SOURCE_DIR}/include/gepetto/gui/color-map.hh
     ${CMAKE_BINARY_DIR}/include/gepetto/gui/config-dep.hh
+    ${CMAKE_SOURCE_DIR}/include/gepetto/gui/omniorb/url.hh
     )
 
   SET(${PROJECT_NAME}_FORMS
-- 
GitLab