1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-28 22:36:02 +00:00

enable all warnings

This commit is contained in:
taipanromania
2008-09-28 11:19:33 +00:00
parent 0d818a8803
commit 020843b430
3 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ project(zint-package)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
#set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_VERBOSE_MAKEFILE ON)
#comment or remove the above line before release
set (ZINT_VERSION_MAJOR 1)
@@ -13,7 +13,7 @@ set (ZINT_VERSION_MINOR 99)
set (ZINT_VERSION_RELEASE 1)
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\")
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )