We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfdf25 commit 4862b1fCopy full SHA for 4862b1f
libraries/CMakeLists.txt
@@ -17,7 +17,7 @@
17
# specific language governing permissions and limitations
18
# under the License.
19
add_library(sqlite "${CMAKE_CURRENT_SOURCE_DIR}/sqlite/sqlite3.c")
20
-target_compile_definitions(sqlite PUBLIC -DSQLITE_THREADSAFE=2)
+target_compile_definitions(sqlite PUBLIC -DSQLITE_THREADSAFE=2 -DSQLITE_OS_WINRT=1)
21
22
set(BOOST_MAJOR 1)
23
set(BOOST_MINOR 64)
0 commit comments