Fix detection for the Facile library.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
pull/12/head
gregory guy 4 年之前
父節點 6d5ea6084b
當前提交 769ab67533
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 3BCCA0F7AB4536F4

@ -64,7 +64,7 @@ if( WITH_OCAML_SOLVER )
)
endif( )
if( NOT DEFINED FACILE_LIBRARIES OR NOT DEFINED FACILE_INCLUDE_DIR )
if( (NOT FACILE_LIBRARIES) OR (NOT FACILE_INCLUDE_DIR) )
tde_message_fatal( "Facile is requested, but was not found on your system" )
endif( )

Loading…
取消
儲存