Skip to content

Commit

Permalink
DABSDR 2.1.1 for MacOS: Random crashes should be fixed (Issue #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
KejPi committed Mar 15, 2023
1 parent 37cce7a commit 32f5752
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/darwin_arm64/cmake/dabsdr-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "dabsdr::dabsdr" for configuration "Release"
set_property(TARGET dabsdr::dabsdr APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(dabsdr::dabsdr PROPERTIES
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/darwin_arm64/libdabsdr.2.1.0.dylib"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/darwin_arm64/libdabsdr.2.1.1.dylib"
IMPORTED_SONAME_RELEASE "@rpath/libdabsdr.2.dylib"
)

list(APPEND _cmake_import_check_targets dabsdr::dabsdr )
list(APPEND _cmake_import_check_files_for_dabsdr::dabsdr "${_IMPORT_PREFIX}/darwin_arm64/libdabsdr.2.1.0.dylib" )
list(APPEND _cmake_import_check_files_for_dabsdr::dabsdr "${_IMPORT_PREFIX}/darwin_arm64/libdabsdr.2.1.1.dylib" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/darwin_arm64/libdabsdr.2.dylib
4 changes: 2 additions & 2 deletions lib/darwin_x86_64/cmake/dabsdr-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "dabsdr::dabsdr" for configuration "Release"
set_property(TARGET dabsdr::dabsdr APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(dabsdr::dabsdr PROPERTIES
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/darwin_x86_64/libdabsdr.2.1.0.dylib"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/darwin_x86_64/libdabsdr.2.1.1.dylib"
IMPORTED_SONAME_RELEASE "@rpath/libdabsdr.2.dylib"
)

list(APPEND _cmake_import_check_targets dabsdr::dabsdr )
list(APPEND _cmake_import_check_files_for_dabsdr::dabsdr "${_IMPORT_PREFIX}/darwin_x86_64/libdabsdr.2.1.0.dylib" )
list(APPEND _cmake_import_check_files_for_dabsdr::dabsdr "${_IMPORT_PREFIX}/darwin_x86_64/libdabsdr.2.1.1.dylib" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/darwin_x86_64/libdabsdr.2.dylib

0 comments on commit 32f5752

Please sign in to comment.