diff options
author | Emmanuel Blot <emmanuel.blot@free.fr> | 2019-08-19 12:20:44 +0200 |
---|---|---|
committer | Michael Dickens <michael.dickens@ettus.com> | 2019-08-26 11:08:15 -0400 |
commit | 23bf13685faabe40fed4314534ae71936cdbeece (patch) | |
tree | 50f23a20048b8089c816d50d246af0e41bd37bd6 /cmake/Modules | |
parent | 2a76171f40f4b427160cd5fbc2feac96e27404d7 (diff) |
Fix typo that creates build issues with GR dependencies
Diffstat (limited to 'cmake/Modules')
-rw-r--r-- | cmake/Modules/FindLOG4CPP.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindLOG4CPP.cmake b/cmake/Modules/FindLOG4CPP.cmake index c9193b09ec..16073fdc70 100644 --- a/cmake/Modules/FindLOG4CPP.cmake +++ b/cmake/Modules/FindLOG4CPP.cmake @@ -48,7 +48,7 @@ else () endif () -if (LOG4CPP_FOUND AND NOT TARGET log4cpp::log4cpp) +if (LOG4CPP_FOUND AND NOT TARGET Log4cpp::log4cpp) add_library(Log4Cpp::log4cpp INTERFACE IMPORTED) set_target_properties(Log4Cpp::log4cpp PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${LOG4CPP_INCLUDE_DIRS}" |