* ConfigureChecks.cmake: issue fixed

This commit is contained in:
Caner Candan 2011-05-10 11:44:53 +02:00
commit cf82efd94d
2 changed files with 19 additions and 17 deletions

View file

@ -58,7 +58,9 @@ INCLUDE(FindGnuplot)
INCLUDE(CheckLibraryExists)
INCLUDE(ConfigureChecks.cmake)
IF(UNIX)
INCLUDE(ConfigureChecks.cmake)
ENDIF(UNIX)
INCLUDE(Dart OPTIONNAL)