diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2605d79175e8c79e0b9b6bf492a968d4a7dea9f..4fe5fc432f1f6519dd90a20b41a4aecb3df307f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,13 +21,13 @@
 
 cmake_minimum_required(VERSION 3.25)
 enable_testing()
-include(cmake/sbs.cmake)
 
 #-----------------------------------------------------------------------------#
 #                                   Project                                   #
 #-----------------------------------------------------------------------------#
 
 project(Boardcore)
+include(cmake/sbs.cmake)
 
 #-----------------------------------------------------------------------------#
 #                                 Entrypoints                                 #