File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ endif()
109
109
if (BUILD_DEBUG_TARGETS )
110
110
# Build test suite
111
111
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 )
113
113
target_include_directories (debugstochtree PRIVATE ${StochTree_HEADER_DIR} ${BOOSTMATH_HEADER_DIR} ${EIGEN_HEADER_DIR} ${StochTree_DEBUG_HEADER_DIR} )
114
114
target_link_libraries (debugstochtree PRIVATE stochtree_objs )
115
115
endif ()
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ project directory at your command line (i.e. `cd /path/to/stochtree-cpp`) and
32
32
running the following code
33
33
34
34
``` {bash}
35
- rm -rf build
36
- mkdir build
35
+ rm -rf build
36
+ mkdir build
37
37
cmake -S . -B build
38
38
cmake --build build
39
39
```
You can’t perform that action at this time.
0 commit comments