Skip to content

Commit 0df2b12

Browse files
author
Michael Fabian Dirks
committed
Add CEF_ROOT_DIR as an actually visible option
1 parent 23a7ce1 commit 0df2b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FindCEF.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include(FindPackageHandleStandardArgs)
22

3+
SET(CEF_ROOT_DIR "" CACHE PATH "Path to a CEF distributed build")
4+
35
message("Looking for Chromium Embedded Framework in ${CEF_ROOT_DIR}")
46

57
find_path(CEF_INCLUDE_DIR "include/cef_version.h"

0 commit comments

Comments
 (0)