CMake fix for GCC 4.4.1 crash (on ubuntu 9.10 ) reported (on IRC) and fixed by Elia Sarti (vekoon)
(it was broken since rev. 27257.)
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
# ***** END GPL LICENSE BLOCK *****
|
# ***** END GPL LICENSE BLOCK *****
|
||||||
|
|
||||||
SET(INC ${ZLIB_INC} ${PNG_INC} extern)
|
SET(INC ${PNG_INC} ${ZLIB_INC} extern)
|
||||||
|
|
||||||
FILE(GLOB SRC intern/*.cpp)
|
FILE(GLOB SRC intern/*.cpp)
|
||||||
|
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
# ***** END GPL LICENSE BLOCK *****
|
# ***** END GPL LICENSE BLOCK *****
|
||||||
|
|
||||||
SET(INC ${ZLIB_INC} ${PNG_INC} intern ../../extern/bullet2/src ../memutil ../guardealloc)
|
SET(INC ${PNG_INC} ${ZLIB_INC} intern ../../extern/bullet2/src ../memutil ../guardealloc)
|
||||||
|
|
||||||
FILE(GLOB SRC intern/*.cpp)
|
FILE(GLOB SRC intern/*.cpp)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user