Skip to content

Commit

Permalink
DABSDR 2.1.1 for Linux AARCH64: Random crashes should be fixed (Issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
KejPi committed Mar 15, 2023
1 parent c8b184f commit 37cce7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/linux_aarch64/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}/linux_aarch64/libdabsdr.so.2.1.0"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/linux_aarch64/libdabsdr.so.2.1.1"
IMPORTED_SONAME_RELEASE "libdabsdr.so.2"
)

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

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

0 comments on commit 37cce7a

Please sign in to comment.