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 fadf5ae commit 4700a3dCopy full SHA for 4700a3d
CMakeLists.txt
@@ -250,8 +250,6 @@ endif()
250
251
if (CMAKE_SYSTEM_NAME STREQUAL "Linux"
252
OR CMAKE_SYSTEM_NAME STREQUAL "Darwin")
253
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse4.2 -maes")
254
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse4.2 -maes")
255
set(SQLITE3MC_LINK_LIBRARIES
256
pthread
257
dl
@@ -267,10 +265,6 @@ elseif (CMAKE_SYSTEM_NAME STREQUAL "Android")
267
265
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mvaes")
268
266
endif()
269
else()
270
- if (CMAKE_C_COMPILER_ID STREQUAL "GNU")
271
272
273
- endif()
274
set(SHARED_LIB_EXPORT_DEFINITION "__declspec(dllexport)")
275
276
0 commit comments