Changeset 38b6647dbc5fb63207dd67c220b0b6343e641c58
- Timestamp:
- 02/04/08 15:50:02
(7 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202136602 +0000
- git-parent:
[34c102eb468171585b69ddd1d8c620ce521f335f]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202136602 +0000
- Message:
cmake: Don't send two time -std=c99.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| red6e425 |
r38b6647 |
|
| 9 | 9 | add_definitions(-DHAVE_CONFIG_H) |
|---|
| 10 | 10 | add_definitions(-D__LIBVLC__) |
|---|
| 11 | | add_definitions(-I.) # Hack |
|---|
| 12 | | add_definitions(-std=c99) # Hack |
|---|
| | 11 | add_definitions(-I. -std=c99) |
|---|
| 13 | 12 | |
|---|
| 14 | 13 | include_directories(${CMAKE_SOURCE_DIR}/include) |
|---|
| r34c102e |
r38b6647 |
|
| 189 | 189 | |
|---|
| 190 | 190 | set_target_properties(libvlc libvlc-control vlc PROPERTIES COMPILE_FLAGS |
|---|
| 191 | | "-std=c99 -I. -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes" ) |
|---|
| | 191 | "-Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes" ) |
|---|