Skip to content

Commit

Permalink
Fix include dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
milianw committed Dec 8, 2021
1 parent 1985687 commit 9d16113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/mod

find_package(Babeltrace REQUIRED)
find_package(Qt5 COMPONENTS Gui)
include_directories(${BABELTRACE_INCLUDE_DIR} ${CMAKE_CURRENT_BINARY_DIR} 3rdparty/)
include_directories(${Babeltrace_INCLUDE_DIR} ${CMAKE_CURRENT_BINARY_DIR} 3rdparty/)

set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit 9d16113

Please sign in to comment.