cmake: Fix set_property argument (fixes #3775)

This commit is contained in:
Marshall Greenblatt 2024-09-27 16:12:42 -04:00
parent 96ddcee086
commit 057c1b1409
1 changed files with 1 additions and 1 deletions

View File

@ -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)
#