summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2021-05-21 10:42:33 -0400
committerGitHub <noreply@github.com>2021-05-21 10:42:33 -0400
commit9ac9acdec6d82b280fca5286549ea904e7bc8b4c (patch)
tree6dd928b65572dbb962aef5cdfa23bde830096651 /src/components
parent055bd3c4791ca73f9f6c70970119a92b864684f8 (diff)
downloadsdl_core-9ac9acdec6d82b280fca5286549ea904e7bc8b4c.tar.gz
Feature/GitHub actions ci (#3701)
* Test github action * Build Core * Fix path * Add submodules * Move path * Debug policy cmake paths * Debug lines * Change build directory * Print sources * Change core path * ls debug * Log cmake version * Try ubuntu 18 * Set Cmake version * Change cmake depdency * Remove version wildcard * Debug collect sources * More debug messages * Check filtered files * Remove bad policy path exclude * Try caching 3rd party * Fix env var * Update 3rd party path * Fix path * Remove env var * Fix space * Update path * Update core path * Fix boost install path * Add 3rd party arch path * Set LD_LIBRARY_PATH * Add check style * Fix cache path * Update README badge status * Move 3rd party build path * Remove Travis * Move cache call earlier * Fix syntax * Conditional mkdir * Add debug line * Add logs * Fix syntax * Fix syntax * Remove log lines * Use boost logger * Update cache * Remove -j * Top level boost include * Adjust boost includes * Remove boost logger * Invalidate cache * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update sdl_core_github_ci.yml * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Add pull request action
Diffstat (limited to 'src/components')
-rw-r--r--src/components/policy/policy_regular/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/policy/policy_regular/CMakeLists.txt b/src/components/policy/policy_regular/CMakeLists.txt
index 85ba86cfba..39c520a0e3 100644
--- a/src/components/policy/policy_regular/CMakeLists.txt
+++ b/src/components/policy/policy_regular/CMakeLists.txt
@@ -85,7 +85,6 @@ generate_policy_types("${GENERATED_HMI_POLICY_TYPES}"
set(POLICY_TABLE_PATHS
${CMAKE_CURRENT_SOURCE_DIR}/include/policy/policy_table
${CMAKE_CURRENT_SOURCE_DIR}/src/policy_table
- ${CMAKE_CURRENT_BINARY_DIR}/
)
set(POLICY_TABLE_SOURCES
@@ -124,6 +123,7 @@ set(PATHS
${CMAKE_CURRENT_SOURCE_DIR}/src
${COMPONENTS_DIR}/rpc_base/src/rpc_base/rpc_base.cc
)
+
collect_sources(SOURCES "${PATHS}" "${EXCLUDE_PATHS}")
set(LIBRARIES
@@ -142,7 +142,6 @@ else ()
list(APPEND LIBRARIES sqlite3)
endif ()
-
add_library(PolicyStatic ${SOURCES})
target_link_libraries(PolicyStatic ${LIBRARIES})