Skip to content

Commit ac71a0e

Browse files
committed
cmake: Fix set_property argument (fixes #3775)
1 parent cd052ec commit ac71a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ set(CMAKE_CONFIGURATION_TYPES Debug Release)
142142
project(cef)
143143

144144
# Use folders in the resulting project files.
145-
set_property(GLOBAL PROPERTY OS_FOLDERS ON)
145+
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
146146

147147

148148
#

0 commit comments

Comments
 (0)