revert commit to referential that breaks build on machines without libcheck
This commit is contained in:
parent
ac0d623d32
commit
a6bd46fef5
1 changed files with 3 additions and 1 deletions
|
@ -3,5 +3,7 @@ SUBDIRS(lang)
|
|||
ADD_LIBRARY(referential algebra.c dml.c ddl.c tuple.c lang/ast.c)
|
||||
TARGET_LINK_LIBRARIES(referential ${COMMON_LIBRARIES})
|
||||
SET(COMMON_LIBRARIES referential refparse ${COMMON_LIBRARIES})
|
||||
CREATE_CHECK_OPT(toplevel ${CMAKE_CURRENT_SOURCE_DIR}/test-script.ref)
|
||||
IF(CHECK_LIBRARY)
|
||||
CREATE_CHECK_OPT(toplevel ${CMAKE_CURRENT_SOURCE_DIR}/test-script.ref)
|
||||
ENDIF(CHECK_LIBRARY)
|
||||
endif(HAVE_GETLINE)
|
||||
|
|
Loading…
Reference in a new issue