Skip to content

Commit 91444d4

Browse files
author
Ayla Khan
committed
Use library name variable.
1 parent 1f81c0e commit 91444d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/DatabaseManager/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SCIRUN_ADD_LIBRARY(Core_DatabaseManager
4242
)
4343

4444
TARGET_LINK_LIBRARIES(Core_DatabaseManager
45-
sqlite
45+
${SCI_SQLITE_LIBRARY}
4646
${SCI_BOOST_LIBRARY})
4747

4848
IF(BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)