Commit 94e9e7c2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Don't set gnu99 on CXX files.

parent ee8b569d
......@@ -9,9 +9,11 @@ include( vlc_module_funcs )
# Our config
include( config )
# Global definitions
add_definitions(-DHAVE_CONFIG_H)
add_definitions(-D__LIBVLC__)
add_definitions(-I. -std=gnu99)
add_definitions(-I.)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")
# Needed for glibc:
add_definitions(-D_GNU_SOURCE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment