Skip to content

Commit 9444c9d

Browse files
committed
Fixed naming issues
1 parent d5066c4 commit 9444c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/CubeMX/cmake/gcc-arm-none-e
66
# Disable CTest integration
77
set(CMAKE_SKIP_TESTS TRUE)
88

9-
project(PicoAPRS-RTOS-Firmware C CXX ASM)
9+
project(PicoAPRS-Firmware C CXX ASM)
1010
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1111

1212
### This is a generator expression which will be evaluated during build

libs/bme68x/cmake_install.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Install script for directory: D:/School/Capstone/PicoAPRS-Firmware/libs/bme68x
1+
# Install script for directory: D:/School/PicoAPRS-Firmware/libs/bme68x
22

33
# Set the install prefix
44
if(NOT DEFINED CMAKE_INSTALL_PREFIX)

0 commit comments

Comments
 (0)