aboutsummaryrefslogtreecommitdiff
path: root/source/lib/control/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-09-07 14:45:42 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-09-07 14:45:42 +0200
commit8e48049013a5a6668d2bd3c1bcb1fbc0ddd9534d (patch)
tree5d7d9943006e42918365f7ea283c2b29279cacd5 /source/lib/control/CMakeLists.txt
parent152c44ffb96143683a7fdaabac1c747aaf6ad0dc (diff)
downloadwanda-8e48049013a5a6668d2bd3c1bcb1fbc0ddd9534d.tar.xz
wanda-8e48049013a5a6668d2bd3c1bcb1fbc0ddd9534d.zip
cmake: consolidate find_package invocations
Diffstat (limited to 'source/lib/control/CMakeLists.txt')
-rw-r--r--source/lib/control/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/lib/control/CMakeLists.txt b/source/lib/control/CMakeLists.txt
index 9e5a33d..b4a4b02 100644
--- a/source/lib/control/CMakeLists.txt
+++ b/source/lib/control/CMakeLists.txt
@@ -3,9 +3,6 @@ cmake_path(GET CMAKE_CURRENT_SOURCE_DIR STEM LIB_NAME)
file(GLOB_RECURSE LIB_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" CONFIGURE_DEPENDS "**/*.hpp")
file(GLOB_RECURSE LIB_SOURCES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" CONFIGURE_DEPENDS "**/*.cpp")
-find_package("Boost" REQUIRED COMPONENTS "headers")
-find_package("spdlog" REQUIRED)
-
add_library("wanda-${LIB_NAME}" ${WANDA_LIBRARY_TYPE}
${LIB_SOURCES}
)