Fix for CI server on gcc Linux.

This commit is contained in:
LuisAntonRebollo 2015-01-24 23:28:12 +01:00
parent 84d072f25c
commit 5583e73ca5

View file

@ -23,7 +23,9 @@
project(${TORQUE_APP_NAME})
if(UNIX)
set(CXX_FLAG32 "")
if(NOT CXX_FLAG32)
set(CXX_FLAG32 "")
endif()
#set(CXX_FLAG32 "-m32") #uncomment for build x32 on OSx64
# default compiler flags