Skip to content

Commit

Permalink
Small updates to comply with cmake updates.
Browse files Browse the repository at this point in the history
Changed default build system to Debian bookworm.
  • Loading branch information
thpe committed Oct 31, 2023
1 parent 4069cea commit 7128a27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.8.12)
#
# If the user specifies -DCMAKE_BUILD_TYPE on the command line, take their definition
# and dump it in the cache along with proper documentation, otherwise set CMAKE_BUILD_TYPE
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
@@ -1 +1 @@
add_library(lib_rklogger serialport logger protocol_comlynx)
add_library(lib_rklogger serialport.C logger.C protocol_comlynx.C)
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
@@ -1,2 +1,2 @@
add_executable(rklogger main)
add_executable(rklogger main.C)
target_link_libraries(rklogger lib_rklogger ${Boost_LIBRARIES})

0 comments on commit 7128a27

Please sign in to comment.