mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-05-13 18:09:41 +00:00
Remove unneeded include directive
There is no "include" directory in backward-cpp and hence no need to include it.
This commit is contained in:
parent
79820d5a5c
commit
3295e060c8
@ -39,7 +39,6 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_COMPILER_IS_GNUCXX)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g")
|
||||
endif()
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR}/include)
|
||||
enable_testing()
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user