X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=796b0d4dbc85c09d2bfe96a37678d89608885c44;hp=c5ae9cd5937621ce2a397a7f04163d698e5c8ffa;hb=5b1e6a0ae2affa25cb0782222de8380936fa7b28;hpb=36335b9279fcb28e2eec4f7b6493a7e599e5fbf4 diff --git a/CMakeLists.txt b/CMakeLists.txt index c5ae9cd..796b0d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ endif("${CMAKE_BUILD_TYPE}" STREQUAL "") set(CMAKE_COLOR_MAKEFILE ON) cmake_minimum_required(VERSION 2.6 FATAL_ERROR) +add_definitions(-Wall) + # Debug build message("-- Build type: ${CMAKE_BUILD_TYPE}") if(${CMAKE_BUILD_TYPE} STREQUAL Debug)