Fix CXX_STANDARD on interface libraries
This commit is contained in:
parent
54fd0e2332
commit
9924559fe0
@ -10,9 +10,4 @@ target_include_directories(messaging
|
|||||||
$<INSTALL_INTERFACE:include>
|
$<INSTALL_INTERFACE:include>
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(messaging
|
|
||||||
PROPERTIES
|
|
||||||
CXX_STANDARD 17
|
|
||||||
)
|
|
||||||
|
|
||||||
skullc_install_packages(skullc messaging ${SKULLC_VERSION})
|
skullc_install_packages(skullc messaging ${SKULLC_VERSION})
|
||||||
|
|||||||
@ -10,10 +10,5 @@ target_include_directories(peripherals
|
|||||||
$<INSTALL_INTERFACE:include>
|
$<INSTALL_INTERFACE:include>
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(peripherals
|
|
||||||
PROPERTIES
|
|
||||||
CXX_STANDARD 17
|
|
||||||
)
|
|
||||||
|
|
||||||
## INSTALL
|
## INSTALL
|
||||||
skullc_install_packages(skullc peripherals ${SKULLC_VERSION})
|
skullc_install_packages(skullc peripherals ${SKULLC_VERSION})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user