Skip to content

Commit

Permalink
fixup! fixup! fixup! General CMakeLists improvements - cmake v2→v3
Browse files Browse the repository at this point in the history
Fixed error in ternary
  • Loading branch information
kheaactua committed Jan 10, 2025
1 parent a4cf2bf commit b670b1b
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 @@ -474,7 +474,7 @@ target_compile_definitions(
vsomeip3
PRIVATE $<$<CXX_COMPILER_ID:MSVC>:VSOMEIP_DLL_COMPILATION>
$<$<BOOL:${ENABLE_MULTIPLE_ROUTING_MANAGERS}>:VSOMEIP_ENABLE_MULTIPLE_ROUTING_MANAGERS>
$<$<BOOL:ENABLE_DEFAULT_EVENT_CACHING>:VSOMEIP_ENABLE_DEFAULT_EVENT_CACHING>
$<$<BOOL:${ENABLE_DEFAULT_EVENT_CACHING}>:VSOMEIP_ENABLE_DEFAULT_EVENT_CACHING>
)
target_include_directories(vsomeip3 SYSTEM PUBLIC $<BUILD_INTERFACE:${Boost_INCLUDE_DIRS}>)
set_target_properties(
Expand Down

0 comments on commit b670b1b

Please sign in to comment.