Skip to content

Commit 1551b18

Browse files
committed
pls windows
1 parent 2afddc1 commit 1551b18

File tree

5 files changed

+4
-14
lines changed

5 files changed

+4
-14
lines changed

.github/config/macos-13/conan/profiles/default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ arch=x86_64
33
build_type=Release
44
compiler=apple-clang
55
compiler.version=14
6-
compiler.cppstd=17
6+
compiler.cppstd=20
77
compiler.libcxx=libc++
88
os=Macos

.github/config/ubuntu-22.04/conan/profiles/default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ arch=x86_64
33
build_type=Release
44
compiler=clang
55
compiler.version=15
6-
compiler.cppstd=17
6+
compiler.cppstd=20
77
compiler.libcxx=libstdc++11
88
os=Linux
99

.github/config/windows-2022/conan/profiles/default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ arch=x86_64
33
build_type=Release
44
compiler=msvc
55
compiler.version=193
6-
compiler.cppstd=17
6+
compiler.cppstd=20
77
compiler.runtime=dynamic
88
os=Windows

src/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ find_package(odrcore REQUIRED)
99
find_package(pybind11 REQUIRED)
1010

1111
pybind11_add_module(pyodr pyodr.cpp)
12-
target_link_libraries(pyodr PRIVATE odrcore::odrcore pybind11::pybind11)
12+
target_link_libraries(pyodr PRIVATE odrcore::odrcore)

src/cpp/CMakeUserPresets.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)