FreeBSD Bugzilla – Attachment 182235 Details for
Bug 218297
editors/codelite: Set correct includepath if devel/check is installed (cause of check.h)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-sdk__codelite_cppcheck__CMakeLists_txt
patch-sdk__codelite_cppcheck__CMakeLists_txt (text/plain), 545 bytes, created by
Walter Schwarzenfeld
on 2017-05-01 21:03:20 UTC
(
hide
)
Description:
patch-sdk__codelite_cppcheck__CMakeLists_txt
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2017-05-01 21:03:20 UTC
Size:
545 bytes
patch
obsolete
>--- sdk/codelite_cppcheck/CMakeLists.txt.orig 2017-05-01 20:52:12 UTC >+++ sdk/codelite_cppcheck/CMakeLists.txt >@@ -5,8 +5,10 @@ cmake_minimum_required(VERSION 2.6.2) > # visual studio, and in our makefiles. > project(codelitegcc) > >+set (CMAKE_INCLUDE_DIRECTORIES ON) >+ > # Include paths >-include_directories("${CL_SRC_ROOT}/sdk/codelite_cppcheck/lib" "${CL_SRC_ROOT}/sdk/codelite_cppcheck/cli") >+include_directories(BEFORE "${CL_SRC_ROOT}/sdk/codelite_cppcheck/lib" "${CL_SRC_ROOT}/sdk/codelite_cppcheck/cli") > > set( ADDITIONAL_LIBRARIES "" ) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218297
: 182235