From c1efe54eb2c15b2a77e71a24cb9cbe1890ec03fd Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Thu, 13 Aug 2020 21:38:44 -0500 Subject: [PATCH] v0.1.0b5 upload run --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e94a7cdcb..ed5b51ad0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,6 @@ set(MVDIST_ONLY ${MVDIST_ONLY}) add_definitions(-D_USE_MATH_DEFINES) add_definitions(-DMV_SANDBOX_VERSION="0.1.0b5") - # Include sub-projects. add_subdirectory ("DearPyGui")