aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/common
diff options
context:
space:
mode:
Diffstat (limited to 'server/common')
-rw-r--r--server/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/common/CMakeLists.txt b/server/common/CMakeLists.txt
index 284003f..f3d6605 100644
--- a/server/common/CMakeLists.txt
+++ b/server/common/CMakeLists.txt
@@ -1,5 +1,5 @@
add_library(common INTERFACE)
-target_include_directories(common INTERFACE .)
+target_include_directories(common INTERFACE ..)
find_package(Boost REQUIRED)
target_link_libraries(common INTERFACE Boost::boost)