Skip to content

Commit

Permalink
Remove entering/exiting debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Apr 23, 2023
1 parent c094d2a commit fb53a03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lwgps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
cmake_minimum_required(VERSION 3.22)

# Debug message
message("Exiting ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt")

# Register library to the system
add_library(lwgps INTERFACE)
target_sources(lwgps INTERFACE ${CMAKE_CURRENT_LIST_DIR}/src/lwgps/lwgps.c)
target_include_directories(lwgps INTERFACE ${CMAKE_CURRENT_LIST_DIR}/src/include)

# Debug message
message("Exiting ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt")

0 comments on commit fb53a03

Please sign in to comment.