~zorba-coders/zorba/bug-1189785-csv

« back to all changes in this revision

Viewing changes to cmake_modules/Windows/FindLibTidy.cmake

  • Committer: juanza
  • Date: 2011-08-19 00:03:36 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:modules/data-converters/trunk:11752
Tags: zorba-2.0.2
Latest Windows installer updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#
28
28
# See the FindLibTidy.cmake module shipped with Zorba for more information.
29
29
 
30
 
FIND_PACKAGE_WIN32(LibTidy LIBTIDY_FOUND tidy)
 
30
FIND_PACKAGE_WIN32(NAME LibTidy FOUND_VAR LIBTIDY_FOUND SEARCH_NAMES tidy)
31
31
 
32
32
IF (LIBTIDY_FOUND)
33
33