Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion phlex/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_library(version_obj OBJECT version.cpp)
# version.cpp is generated into the build directory; clang-tidy cannot find
# .clang-tidy by walking the build-dir path, so disable linting for this file.
set_target_properties(version_obj PROPERTIES CXX_CLANG_TIDY "" POSITION_INDEPENDENT_CODE TRUE)
target_include_directories(version_obj PRIVATE ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}/include)
target_include_directories(version_obj PRIVATE ${PROJECT_SOURCE_DIR} ${CMAKE_BINARY_DIR}/include)

cet_make_library(
LIBRARY_NAME
Expand Down
Loading