some config changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Install script for directory: /home/kymkim/Projects/modular-kbd/firmware/core
|
||||
# Install script for directory: /home/ukim/Projects/modular-kbd/firmware/core
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
@@ -34,12 +34,12 @@ endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/home/kymkim/st/stm32cubeclt_1.19.0/GNU-tools-for-STM32/bin/arm-none-eabi-objdump")
|
||||
set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/kymkim/Projects/modular-kbd/firmware/core/build/Debug/cmake/stm32cubemx/cmake_install.cmake")
|
||||
include("/home/ukim/Projects/modular-kbd/firmware/core/build/Debug/cmake/stm32cubemx/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
@@ -50,5 +50,5 @@ endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "/home/kymkim/Projects/modular-kbd/firmware/core/build/Debug/${CMAKE_INSTALL_MANIFEST}"
|
||||
file(WRITE "/home/ukim/Projects/modular-kbd/firmware/core/build/Debug/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
|
||||
Reference in New Issue
Block a user