]> granicus.if.org Git - multimarkdown/commitdiff
FIXED: Use C11 (had old C99 as well, but I suspect that wasn't actually used
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 8 Sep 2018 03:00:07 +0000 (23:00 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 8 Sep 2018 03:00:07 +0000 (23:00 -0400)
CMakeLists.txt

index 93b229246313d306b8764c62aa23c29353ead02d..55bb7495dd38a230841677f35fe25656aaf9470a 100644 (file)
@@ -50,8 +50,6 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
        # using Clang
        # Default is 256 -- needed for localization hash function
        add_definitions("-fbracket-depth=264")  
-else()
-       add_definitions("-std=c99")
 endif()
 
 set(CMAKE_SUPPRESS_REGENERATION 1)