From e28e7bf111a3bf7235694be1973679d9ca5d6d34 Mon Sep 17 00:00:00 2001 From: Epicalert Date: Wed, 13 Jan 2021 09:29:50 +0800 Subject: [PATCH] Remove debug from CMakeLists --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ea5125..1b7a852 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,4 +25,3 @@ file( ${PROJECT_BINARY_DIR} ) add_executable( fc2d src/main.cpp src/graphics.cpp src/modelpart.cpp src/cv.cpp ) target_link_libraries( fc2d ${OpenCV_LIBS} ${OPENGL_LIBRARIES} FreeGLUT::freeglut GLEW::glew ) -set( CMAKE_BUILD_TYPE Debug )