소스 검색

Trompeloeil v35 update, which provides fixed conan support (#157).

main
offa 5 년 전
부모
커밋
597494595d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      conanfile.txt
  2. +1
    -1
      script/ci_build.sh

+ 1
- 1
conanfile.txt 파일 보기

@@ -1,6 +1,6 @@
[requires]
Catch2/2.9.2@catchorg/stable
trompeloeil/v34@rollbear/stable
trompeloeil/v35@rollbear/stable

[generators]
cmake_find_package

+ 1
- 1
script/ci_build.sh 파일 보기

@@ -16,7 +16,7 @@ else
fi

mkdir build && cd build
conan install --build missing -s compiler.libcxx=${CONAN_STDLIB} ..
conan install -s compiler.libcxx=${CONAN_STDLIB} ..

cmake ..
make

Loading…
취소
저장