~maria-captains/mariadb-native-client/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Vladislav Vaintroub
  • Date: 2012-11-28 13:09:17 UTC
  • Revision ID: wlad@montyprogram.com-20121128130917-vnppnewmwq0ue3mr
fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
ENDIF()
17
17
 
18
18
IF(UNIX)
19
 
  SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 
19
  SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
20
20
ENDIF()
21
21
 
22
22
# If the build type isn't specified, set to Relwithdebinfo as default.