Skip to content

Commit cc1ed44

Browse files
committed
fix path for cereal
1 parent 203dd54 commit cc1ed44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/linux-steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
# Configure CMake Args for mlpack.
3030
- script: |
3131
unset BOOST_ROOT
32-
cd mlpack && mkdir build && cd build && cmake $(CMakeArgs-mlpack) -DCEREAL_INCLUDE_DIR=../cereal-1.3.0/include/ ..
32+
cd mlpack && mkdir build && cd build && cmake $(CMakeArgs-mlpack) -DCEREAL_INCLUDE_DIR=../../cereal-1.3.0/include/ ..
3333
displayName: 'CMake for mlpack'
3434

3535
# Install mlpack

.ci/windows-steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
cd armadillo-8.400.0/ && cmake $(CMakeGenerator) \
5151
-DBLAS_LIBRARY:FILEPATH=$(Agent.ToolsDirectory)/OpenBLAS.0.2.14.1/lib/native/lib/x64/libopenblas.dll.a \
5252
-DLAPACK_LIBRARY:FILEPATH=$(Agent.ToolsDirectory)/OpenBLAS.0.2.14.1/lib/native/lib/x64/libopenblas.dll.a \
53-
-DCEREAL_INCLUDE_DIR=$(Agent.ToolsDirectory)\unofficial-flayan-cereal.1.2.2\build\native\include \
53+
-DCEREAL_INCLUDE_DIR=$(Agent.ToolsDirectory/unofficial-flayan-cereal.1.2.2/build/native/include \
5454
-DCMAKE_PREFIX:FILEPATH=../../armadillo \
5555
-DBUILD_SHARED_LIBS=OFF \
5656
-DCMAKE_BUILD_TYPE=Release .

0 commit comments

Comments
 (0)