cmake: Fix set_property argument (fixes #3775)
This commit is contained in:
parent
31668f9570
commit
fda35ba29a
|
@ -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)
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue