Skip to content
Snippets Groups Projects
Commit 4e87cc52 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

CMake: remove redundant include directory (is a library)

parent 66d61154
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,6 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules") ...@@ -13,10 +13,6 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules")
find_package(LIBUBOX REQUIRED) find_package(LIBUBOX REQUIRED)
add_library(libubox INTERFACE) add_library(libubox INTERFACE)
target_include_directories(libubox
INTERFACE
${LIBUBOX_LIBRARIES}
)
set(NLOHMANN_JSON_DIR "" CACHE STRING "path to json.hpp") set(NLOHMANN_JSON_DIR "" CACHE STRING "path to json.hpp")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment