summaryrefslogtreecommitdiffstats
path: root/contrib/cmake
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-11-20 14:46:11 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-11-20 14:46:11 (GMT)
commit1cf1603a5230889aee3acd4cee0581bdfaf6adbd (patch)
tree2fef7395ebf5ebd2a1bba3d497cbf280d203e736 /contrib/cmake
parentda08a1d3c3bca8070c9b029cfc1f8faf9e34dd25 (diff)
downloaduscxml-1cf1603a5230889aee3acd4cee0581bdfaf6adbd.zip
uscxml-1cf1603a5230889aee3acd4cee0581bdfaf6adbd.tar.gz
uscxml-1cf1603a5230889aee3acd4cee0581bdfaf6adbd.tar.bz2
Fixed build and removed binaries
Diffstat (limited to 'contrib/cmake')
-rw-r--r--contrib/cmake/FindMiles.cmake6
-rw-r--r--contrib/cmake/FindUMUNDO.cmake2
2 files changed, 2 insertions, 6 deletions
diff --git a/contrib/cmake/FindMiles.cmake b/contrib/cmake/FindMiles.cmake
index 48649bc..d868794 100644
--- a/contrib/cmake/FindMiles.cmake
+++ b/contrib/cmake/FindMiles.cmake
@@ -102,11 +102,7 @@ foreach (_MILES_COMPONENT ${_MILES_COMPONENTS_TO_PROCESS})
if (${_CURR_COMPONENT}_DEBUG)
list(APPEND MILES_LIBRARIES debug ${${_CURR_COMPONENT}_DEBUG})
endif()
- endif()
-
- if (NOT ${_CURR_COMPONENT} AND NOT ${_CURR_COMPONENT}_DEBUG)
- message(FATAL_ERROR "Could not find miles component ${_MILES_COMPONENT}")
- endif()
+ endif()
endforeach()
diff --git a/contrib/cmake/FindUMUNDO.cmake b/contrib/cmake/FindUMUNDO.cmake
index 2bf9701..65e5463 100644
--- a/contrib/cmake/FindUMUNDO.cmake
+++ b/contrib/cmake/FindUMUNDO.cmake
@@ -116,7 +116,7 @@ foreach (_UMUNDO_COMPONENT ${_UMUNDO_COMPONENTS_TO_PROCESS})
endif()
if (NOT ${_CURR_COMPONENT} AND NOT ${_CURR_COMPONENT}_DEBUG)
- message(FATAL_ERROR "Could not find umundo component ${_UMUNDO_COMPONENT}")
+ message(STATUS "Could not find umundo component ${_UMUNDO_COMPONENT}")
endif()
endforeach()