Skip to content

Commit

Permalink
Removed some uneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed May 7, 2013
1 parent ac215a2 commit ace26b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sdk/codelite_cppcheck/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ cmake_minimum_required(VERSION 2.6.2)
# visual studio, and in our makefiles.
project(codelitegcc)

# It was noticed that when using MinGW gcc it is essential that 'core' is mentioned before 'base'.
#find_package(wxWidgets COMPONENTS ${WX_COMPONENTS} REQUIRED)

# wxWidgets include (this will do all the magic to configure everything)
#include( "${wxWidgets_USE_FILE}" )

# Include paths
include_directories("${CL_SRC_ROOT}/sdk/codelite_cppcheck/lib" "${CL_SRC_ROOT}/sdk/codelite_cppcheck/cli")

Expand Down

0 comments on commit ace26b9

Please sign in to comment.