Skip to content

Commit

Permalink
DABSDR 2.6.2 for Linux x86_64: TII detection optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
KejPi committed Nov 11, 2024
1 parent 736687c commit 167b3e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/linux_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}/linux_x86_64/libdabsdr.so.2.6.1"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/linux_x86_64/libdabsdr.so.2.6.2"
IMPORTED_SONAME_RELEASE "libdabsdr.so.2"
)

list(APPEND _IMPORT_CHECK_TARGETS dabsdr::dabsdr )
list(APPEND _IMPORT_CHECK_FILES_FOR_dabsdr::dabsdr "${_IMPORT_PREFIX}/linux_x86_64/libdabsdr.so.2.6.1" )
list(APPEND _IMPORT_CHECK_FILES_FOR_dabsdr::dabsdr "${_IMPORT_PREFIX}/linux_x86_64/libdabsdr.so.2.6.2" )

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

0 comments on commit 167b3e5

Please # to comment.