From 08f24307b8cc660f50d80661cff73a301e63431f Mon Sep 17 00:00:00 2001 From: seafork <69231466+seafork@users.noreply.github.com> Date: Tue, 15 Nov 2022 19:44:24 -0500 Subject: [PATCH] cleaned up a comment --- backend_test/example_glfw_opengl3/CmakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_test/example_glfw_opengl3/CmakeLists.txt b/backend_test/example_glfw_opengl3/CmakeLists.txt index 8ff9503..7f7be8a 100644 --- a/backend_test/example_glfw_opengl3/CmakeLists.txt +++ b/backend_test/example_glfw_opengl3/CmakeLists.txt @@ -71,7 +71,7 @@ find_package(glfw3 REQUIRED) # set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE) # set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE) # set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE) -# add_subdirectory(${PROJECT_SOURCE_DIR}/deps/glfw) +# add_subdirectory() add_library(cimgui SHARED ${IMGUI_SOURCES})