Skip to content
Snippets Groups Projects
Commit dce87a09 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Added some necessary comments in Cmakelists

parent e2488d4d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# The main include dir
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
#define VP_DEBUG if we're building in debug mode
#define DEBUG=2 if we're building in debug mode (what for?)
IF("${CMAKE_BUILD_TYPE}" STREQUAL DEBUG)
ADD_DEFINITIONS(-DDEBUG=2)
ENDIF ("${CMAKE_BUILD_TYPE}" STREQUAL DEBUG)
......
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