Changeset 160 for CMakeLists.txt

Show
Ignore:
Timestamp:
09/03/08 10:32:22 (16 years ago)
Author:
smidl
Message:

Compile userinfo on Linux without warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r143 r160  
    2323        #This is for UNIX makefile which does only one release at a time. 
    2424        SET(CMAKE_BUILD_TYPE Debug) 
    25         SET(CMAKE_CXX_FLAGS_DEBUG "-g -Wall") 
     25        SET(CMAKE_CXX_FLAGS_DEBUG "-g -Wall -Wno-unknown-pragmas") 
    2626ENDIF(WIN32) 
    2727