Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Oct 9, 2024
1 parent e3c28b7 commit 4d2b392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.1.17
* workaround for https://stackoverflow.com/questions/78598141/first-stdmutexlock-crashes-in-application-built-with-latest-visual-studio

### 1.1.16
* updated dependencies.

Expand Down
2 changes: 2 additions & 0 deletions src/MiniCVNative/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ elseif(UNIX)
endif()


add_definitions(-D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR )

add_library(MiniCVNative SHARED MiniCVNative.h MiniCVNative.cpp ap3p.h ap3p.cpp aruco_nano.h fivepoint.h fivepoint.cpp)

# include_directories(~/vcpkg/packages/ceres_arm64-osx/include)
Expand Down

0 comments on commit 4d2b392

Please sign in to comment.