File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ elseif(APPLE)
119119 find_library (SECURITY_LIBRARY Security)
120120 target_link_libraries (${PROJECT_NAME} PUBLIC ${CF_LIBRARY} ${CS_LIBRARY} ${IOKIT_LIBRARY} ${SECURITY_LIBRARY} Threads::Threads PkgConfig::sqlcipher PkgConfig::glib PkgConfig::gio PkgConfig::gmodule PkgConfig::gobject PkgConfig::gthread)
121121 endif ()
122- elseif (LINUX )
122+ else ( )
123123 set (THREADS_PREFER_PTHREAD_FLAG ON )
124124 find_package (Threads REQUIRED)
125125 find_package (PkgConfig REQUIRED)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if(USING_VCPKG)
2222endif ()
2323if (WIN32 )
2424 find_dependency(sqlcipher CONFIG REQUIRED)
25- else (APPLE )
25+ elseif (APPLE )
2626 find_library (CF_LIBRARY CoreFoundation)
2727 find_library (CS_LIBRARY CoreServices)
2828 find_library (IOKIT_LIBRARY IOKit)
@@ -39,7 +39,7 @@ else(APPLE)
3939 else ()
4040 find_library (SECURITY_LIBRARY Security)
4141 endif ()
42- elseif (LINUX )
42+ else ( )
4343 find_dependency(Threads REQUIRED)
4444 find_dependency(PkgConfig REQUIRED)
4545 pkg_check_modules(sqlcipher REQUIRED IMPORTED_TARGET sqlcipher)
You can’t perform that action at this time.
0 commit comments