gravatar
ladanyi@tmit.bme.hu
ladanyi@tmit.bme.hu
Fix the check for the 'long long' type
0 1 0
default
1 file changed with 2 insertions and 1 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -18,7 +18,8 @@
18 18
FIND_PACKAGE(COIN)
19 19

	
20 20
INCLUDE(CheckTypeSize)
21
CHECK_TYPE_SIZE("long long" LEMON_LONG_LONG)
21
CHECK_TYPE_SIZE("long long" LONG_LONG)
22
SET(LEMON_HAVE_LONG_LONG ${HAVE_LONG_LONG})
22 23

	
23 24
ENABLE_TESTING()
24 25

	
0 comments (0 inline)