* ConfigureChecks.cmake: issue fixed
This commit is contained in:
parent
bdc0b0fa9e
commit
cf82efd94d
2 changed files with 19 additions and 17 deletions
|
|
@ -58,7 +58,9 @@ INCLUDE(FindGnuplot)
|
|||
|
||||
INCLUDE(CheckLibraryExists)
|
||||
|
||||
INCLUDE(ConfigureChecks.cmake)
|
||||
IF(UNIX)
|
||||
INCLUDE(ConfigureChecks.cmake)
|
||||
ENDIF(UNIX)
|
||||
|
||||
INCLUDE(Dart OPTIONNAL)
|
||||
|
||||
|
|
|
|||
Reference in a new issue