Drop redundant -D
This commit is contained in:
parent
2c5b708685
commit
2ebad4e735
|
@ -15,7 +15,7 @@ target_include_directories(usermod_pico_display INTERFACE
|
|||
)
|
||||
|
||||
target_compile_definitions(usermod_pico_display INTERFACE
|
||||
-DMODULE_PICODISPLAY_ENABLED=1
|
||||
MODULE_PICODISPLAY_ENABLED=1
|
||||
)
|
||||
|
||||
target_link_libraries(usermod INTERFACE usermod_pico_display)
|
||||
|
|
|
@ -15,7 +15,7 @@ target_include_directories(usermod_pico_explorer INTERFACE
|
|||
)
|
||||
|
||||
target_compile_definitions(usermod_pico_explorer INTERFACE
|
||||
-DMODULE_PICOEXPLORER_ENABLED=1
|
||||
MODULE_PICOEXPLORER_ENABLED=1
|
||||
)
|
||||
|
||||
target_link_libraries(usermod INTERFACE usermod_pico_explorer)
|
||||
|
|
|
@ -11,7 +11,7 @@ target_include_directories(usermod_pico_rgb_keypad INTERFACE
|
|||
)
|
||||
|
||||
target_compile_definitions(usermod_pico_rgb_keypad INTERFACE
|
||||
-DMODULE_PICOKEYPAD_ENABLED=1
|
||||
MODULE_PICOKEYPAD_ENABLED=1
|
||||
)
|
||||
|
||||
target_link_libraries(usermod INTERFACE usermod_pico_rgb_keypad)
|
||||
|
|
|
@ -11,7 +11,7 @@ target_include_directories(usermod_pico_scroll INTERFACE
|
|||
)
|
||||
|
||||
target_compile_definitions(usermod_pico_scroll INTERFACE
|
||||
-DMODULE_PICOSCROLL_ENABLED=1
|
||||
MODULE_PICOSCROLL_ENABLED=1
|
||||
)
|
||||
|
||||
target_link_libraries(usermod INTERFACE usermod_pico_scroll)
|
||||
|
|
|
@ -13,7 +13,7 @@ target_include_directories(usermod_pico_unicorn INTERFACE
|
|||
)
|
||||
|
||||
target_compile_definitions(usermod_pico_unicorn INTERFACE
|
||||
-DMODULE_PICOUNICORN_ENABLED=1
|
||||
MODULE_PICOUNICORN_ENABLED=1
|
||||
)
|
||||
|
||||
target_link_libraries(usermod INTERFACE usermod_pico_unicorn)
|
||||
|
|
Loading…
Reference in New Issue