diff options
| author | Glenn Smith <glenn@vector35.com> | 2026-06-04 12:02:20 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2026-06-04 12:02:20 -0400 |
| commit | 9987102015875991813200116558306851763009 (patch) | |
| tree | a6da392eb096e5d6494733ccf13be56c7d60d2e1 | |
| parent | 5040858745478680624878361021717952745161 (diff) | |
Fix defaultarch not pointing at the api directory
| -rw-r--r-- | defaultarch/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaultarch/CMakeLists.txt b/defaultarch/CMakeLists.txt index d355f317..d9800a5a 100644 --- a/defaultarch/CMakeLists.txt +++ b/defaultarch/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(defaultarch) if(NOT BN_INTERNAL_BUILD) - add_subdirectory(${PROJECT_SOURCE_DIR}/../.. ${PROJECT_BINARY_DIR}/api) + add_subdirectory(${PROJECT_SOURCE_DIR}/.. ${PROJECT_BINARY_DIR}/api) endif() file(GLOB SOURCES CONFIGURE_DEPENDS |
