Skip to content
Snippets Groups Projects
Verified Commit 138e03f4 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: remove useless macro

parent 13f6ab70
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,6 @@
# Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
#
MACRO(ADD_TARGET_CFLAGS target flag)
SET_PROPERTY(TARGET ${target} APPEND_STRING PROPERTY COMPILE_FLAGS " ${flag}")
ENDMACRO(ADD_TARGET_CFLAGS)
# ----------------------------------------------------
# --- C++ --------------------------------------------
# ----------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment