1
0
Fork 0

removed V8 prefix

This commit is contained in:
Frank Celler 2017-03-23 22:15:12 +01:00
parent 74cf8a0f75
commit baafc2ceee
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ option(USE_PRECOMPILED_V8 "use a precompiled V8" OFF)
set(V8_SUB_DIR "v5.7.0.0")
set(V8_VERSION
"V8-${V8_SUB_DIR}"
"${V8_SUB_DIR}"
CACHE INTERNAL
"${PROJECT_NAME}: Version"
FORCE