Skip to content

Commit 9d4937d

Browse files
committed
Updated cmake build
1 parent 88c48f8 commit 9d4937d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ endif()
109109
if(BUILD_DEBUG_TARGETS)
110110
# Build test suite
111111
add_executable(debugstochtree debug/api_debug.cpp)
112-
set(StochTree_DEBUG_HEADER_DIR ${PROJECT_SOURCE_DIR}/cpp)
112+
set(StochTree_DEBUG_HEADER_DIR ${PROJECT_SOURCE_DIR}/debug)
113113
target_include_directories(debugstochtree PRIVATE ${StochTree_HEADER_DIR} ${BOOSTMATH_HEADER_DIR} ${EIGEN_HEADER_DIR} ${StochTree_DEBUG_HEADER_DIR})
114114
target_link_libraries(debugstochtree PRIVATE stochtree_objs)
115115
endif()

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ project directory at your command line (i.e. `cd /path/to/stochtree-cpp`) and
3232
running the following code
3333

3434
```{bash}
35-
rm -rf build
36-
mkdir build
35+
rm -rf build
36+
mkdir build
3737
cmake -S . -B build
3838
cmake --build build
3939
```

0 commit comments

Comments
 (0)