summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-14 01:01:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-14 01:01:29 -0500
commit07921f23f88ede05bf40f01d870e18dee8868902 (patch)
tree43c15f3b226e938ed5d9efbc94eea895f2530b28
parentce9e1ce4299a2e5b5fa2e354c9a02c1c2dd42c19 (diff)
downloadtde-cmake-07921f23.tar.gz
tde-cmake-07921f23.zip
Remove spurious tmoc check from tqtqui module
-rw-r--r--modules/FindTQtQUI.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/FindTQtQUI.cmake b/modules/FindTQtQUI.cmake
index 79e38b9..32dd245 100644
--- a/modules/FindTQtQUI.cmake
+++ b/modules/FindTQtQUI.cmake
@@ -19,18 +19,6 @@ if( NOT TQTQUI_FOUND )
tde_message_fatal( "Unable to find tqtqui!\n Try adding the directory in which the tqtqui.pc file is located\nto the PKG_CONFIG_PATH variable." )
endif( )
-# tmoc_executable
-tde_execute_process(
- COMMAND pkg-config tqtqui --variable=tmoc_executable
- OUTPUT_VARIABLE TMOC_EXECUTABLE OUTPUT_STRIP_TRAILING_WHITESPACE )
-
-if( NOT EXISTS ${TMOC_EXECUTABLE} )
- tde_message_fatal( "tmoc is not found!\n tqtqui is correctly installed?" )
-endif( )
-
-tqtqui_message( " tmoc path: ${TMOC_EXECUTABLE}" )
-
-
# check if tqtqui is usable
tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )
set( CMAKE_REQUIRED_INCLUDES ${TQTQUI_INCLUDE_DIRS} )