diff options
Diffstat (limited to 'modules/FindSoprano.cmake')
-rw-r--r-- | modules/FindSoprano.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index 4cc4334a..e9d8ce36 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -52,12 +52,20 @@ find_program(SOPRANO_SOPRANOCMD_EXECUTABLE ${KDE4_BIN_INSTALL_DIR} ) +if(NOT WINCE) find_program(SOPRANO_ONTO2VOCABULARYCLASS_EXECUTABLE NAMES onto2vocabularyclass HINTS ${BIN_INSTALL_DIR} ${KDE4_BIN_INSTALL_DIR} ) +else(NOT WINCE) +find_program(SOPRANO_ONTO2VOCABULARYCLASS_EXECUTABLE + NAMES onto2vocabularyclass + PATHS ${HOST_BINDIR} + NO_DEFAULT_PATH + ) +endif(NOT WINCE) find_path(SOPRANO_INCLUDE_DIR |