From 67c88796f682b294358c6306dc0fc7942b651590 Mon Sep 17 00:00:00 2001 From: sdarwin Date: Tue, 26 Jan 2021 16:37:58 +0000 Subject: [PATCH] simplify path in cmake_subdir_test --- 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 80efc85..6a159a1 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5...3.16) project(cmake_subdir_test LANGUAGES CXX) -add_subdirectory(../../../assert boostorg/assert) +add_subdirectory(../.. boostorg/assert) add_subdirectory(../../../config boostorg/config) add_executable(main main.cpp)