From ac71a0e9f282cba8972f2f28e8e35a19f789730c Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 27 Sep 2024 16:12:42 -0400 Subject: [PATCH] cmake: Fix set_property argument (fixes #3775) --- CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt.in b/CMakeLists.txt.in index ef7ffdf65..a557758e3 100644 --- a/CMakeLists.txt.in +++ b/CMakeLists.txt.in @@ -142,7 +142,7 @@ set(CMAKE_CONFIGURATION_TYPES Debug Release) project(cef) # Use folders in the resulting project files. -set_property(GLOBAL PROPERTY OS_FOLDERS ON) +set_property(GLOBAL PROPERTY USE_FOLDERS ON) #