diff options
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r-- | lib/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 0c10759fa..512bcb619 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -45,10 +45,6 @@ else () set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4996") endif () -if (ANDROID_API) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${ANDROID_C_FLAGS} -std=c99") -endif () - add_subdirectory (src) add_subdirectory (doc) |