aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-05-14 15:46:18 -0700
committerrtk0c <[email protected]>2025-08-16 11:34:58 -0700
commitb38c2d64d5743bd2adfcfafbb18bc49cf20207b0 (patch)
tree518f0b2f34fb34be0180bf56b62cf91b0a7e98b0 /CMakeLists.txt
parentb7ae3e36e5de39f77ceb4886afbdeb03a5cfba6b (diff)
Fix compile errors
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c96b320..71aacaa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(ProjectBrussel LANGUAGES C CXX)
-find_package(cxxopts CONFIG REQUIRED)
+find_package(cxxopts REQUIRED)
find_package(robin_hood CONFIG REQUIRED)
find_package(frozen CONFIG REQUIRED)
find_package(unofficial-sqlite3 CONFIG REQUIRED)