From 09d0e434dd3814a7ff6fe9ee3ecdab14f0bc1e2c Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 20 Oct 2021 18:54:34 +0100 Subject: [PATCH] Correct directory typo. --- test/cmake_subdir_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index 3766f9ca..52f8d97d 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -10,7 +10,7 @@ add_subdirectory(../.. boostorg/reegx) add_subdirectory(../../../config boostorg/config) add_subdirectory(../../../core boostorg/core) add_subdirectory(../../../assert boostorg/assert) -add_subdirectory(../../../assert boostorg/static_assert) +add_subdirectory(../../../static_assert boostorg/static_assert) add_subdirectory(../../../throw_exception boostorg/throw_exception) add_subdirectory(../../../predef boostorg/predef)