Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Install script for directory: /home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx
|
||||
# Install script for directory: /home/eduard/Repos/LightTAM_RFID_Reader/cmake/stm32cubemx
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
@@ -34,6 +34,6 @@ endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-objdump")
|
||||
set(CMAKE_OBJDUMP "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-objdump")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user