X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=796b0d4dbc85c09d2bfe96a37678d89608885c44;hp=c5ae9cd5937621ce2a397a7f04163d698e5c8ffa;hb=02e4a740e847307c069bf0f58b24c72d6f239183;hpb=249888c8bdc8907bb664f8e3af674a630533eff8 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)