Skip to content

Commit

Permalink
Fix aruco header location (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 authored Nov 11, 2024
1 parent bbc32e0 commit 48dfac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publishing {
}
}

def pubVersion = "${project.ext.version}-5"
def pubVersion = "${project.ext.version}-6"

def outputsFolder = file("$project.buildDir/outputs")

Expand Down Expand Up @@ -86,8 +86,8 @@ task cppHeadersZip(type: Zip, dependsOn: make) {
exclude '**/CMakeLists.txt'
}

from ('opencv_contrib/modules/aruco') {
into '/opencv2/contrib/aruco'
from ('opencv_contrib/modules/aruco/include') {
into '/'
}

from (project.cmakeBuildDirectory.resolve('opencv2').toFile()) {
Expand Down

0 comments on commit 48dfac5

Please sign in to comment.