diff --git a/3rd_Party/CMakeLists.txt b/3rd_Party/CMakeLists.txt index 0fbad11..a4688db 100644 --- a/3rd_Party/CMakeLists.txt +++ b/3rd_Party/CMakeLists.txt @@ -12,6 +12,11 @@ if (NOT TARGET fmt::fmt) add_subdirectory(fmt) endif() +# rem +#if (NOT TARGET rem) +# add_subdirectory(rem) +#endif() + # Toml11 if (NOT TARGET toml11::toml11) add_subdirectory(toml11) diff --git a/3rd_Party/rem b/3rd_Party/rem index 66aa17e..453d49e 160000 --- a/3rd_Party/rem +++ b/3rd_Party/rem @@ -1 +1 @@ -Subproject commit 66aa17ee9e77c8e44bd7dd5d4ae6f1e05f1489fe +Subproject commit 453d49ed4467aab37de19adb576d8d8ca2ae235f diff --git a/CMakeLists.txt b/CMakeLists.txt index 82f14e6..dc2fa17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ project(Pound) find_package(fmt 10.2.1 CONFIG) find_package(toml11 4.4.0 CONFIG) -include_directories(3rd_Party/rem/src) include_directories(core) add_subdirectory(3rd_Party)