Commit c21dbb70 authored by yangjian's avatar yangjian

gix CMakeLists.txt

parent 81ea96b8
......@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.2)
project(plugin)
if (CMAKE_OPENXGUDSF_BUILD_TYPE STREQUAL Debug)
if (CMAKE_OPENXGPLUGIN_BUILD_TYPE STREQUAL Debug)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -DDEBUG_IS_ON=1 -DTRACE_IS_ON=1 -DINFO_IS_ON=1")
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
......
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