Skip to content

Commit

Permalink
[JMT] Update logger installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manzanero committed Oct 22, 2024
1 parent b5eeab4 commit 557177c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Findloggercpp.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (NOT loggercpp_FOUND)
find_path(LOGGERCPP_INCLUDE_DIR logger.hpp PATHS ${CMAKE_BINARY_DIR}/lion/thirdparty/include NO_DEFAULT_PATH)
find_path(LOGGERCPP_INCLUDE_DIR logger.h PATHS ${CMAKE_BINARY_DIR}/lion/thirdparty/include NO_DEFAULT_PATH)

if (LOGGERCPP_INCLUDE_DIR)
set(loggercpp_FOUND YES)
Expand Down
2 changes: 1 addition & 1 deletion cmake/third-party/loggercpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ( ${BUILD_LOGGERCPP} )
INSTALL_DIR ${THIRD_PARTY_DIR}/lion/thirdparty
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND cp ${THIRD_PARTY_DIR}/loggercpp/source/logger.h ${THIRD_PARTY_DIR}/loggercpp/source/logger.hpp ${THIRD_PARTY_DIR}/lion/thirdparty/include
INSTALL_COMMAND cp ${THIRD_PARTY_DIR}/loggercpp/source/logger.h ${THIRD_PARTY_DIR}/lion/thirdparty/include
)

endif()

0 comments on commit 557177c

Please sign in to comment.