Skip to content

Commit d075141

Browse files
committed
Revert "Add SQLite3::SQLite3 compatibility shim to cmake config for CMake < 4.3"
This reverts commit 28334ba.
1 parent 28334ba commit d075141

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cmake/SqliteOrmConfig.cmake.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
include(CMakeFindDependencyMacro)
22
find_dependency(SQLite3)
3-
if(NOT TARGET SQLite3::SQLite3) # CMake < 4.3
4-
add_library(SQLite3::SQLite3 ALIAS SQLite::SQLite3)
5-
endif()
63

74
include(${CMAKE_CURRENT_LIST_DIR}/SqliteOrmTargets.cmake)

0 commit comments

Comments
 (0)