diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2150374..554735d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -5,7 +5,7 @@ set(CMAKE_BUILD_TYPE Debug) | |||
5 | 5 | ||
6 | add_subdirectory(vendor/twitcurl/libtwitcurl) | 6 | add_subdirectory(vendor/twitcurl/libtwitcurl) |
7 | 7 | ||
8 | set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") | 8 | set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/") |
9 | 9 | ||
10 | find_package(Mysql REQUIRED) | 10 | find_package(Mysql REQUIRED) |
11 | 11 | ||