comparison Resources/CMake/SQLiteConfiguration.cmake @ 1414:0a67a502c90f

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jun 2015 21:14:05 +0200
parents 4bed63189508
children 3a5b8ed2d859
comparison
equal deleted inserted replaced
1413:98fa856b4f8f 1414:0a67a502c90f
3 DownloadPackage( 3 DownloadPackage(
4 "5fbeff9645ab035a1f580e90b279a16d" 4 "5fbeff9645ab035a1f580e90b279a16d"
5 "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/sqlite-amalgamation-3071300.zip" 5 "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/sqlite-amalgamation-3071300.zip"
6 "${SQLITE_SOURCES_DIR}") 6 "${SQLITE_SOURCES_DIR}")
7 7
8 list(APPEND THIRD_PARTY_SOURCES 8 set(SQLITE_SOURCES
9 ${SQLITE_SOURCES_DIR}/sqlite3.c 9 ${SQLITE_SOURCES_DIR}/sqlite3.c
10 ) 10 )
11 11
12 add_definitions( 12 add_definitions(
13 # For SQLite to run in the "Serialized" thread-safe mode 13 # For SQLite to run in the "Serialized" thread-safe mode