diff --git a/3rdParty/CMakeLists.txt b/3rdParty/CMakeLists.txt index 6e554ec2a6..fa8ef2b987 100644 --- a/3rdParty/CMakeLists.txt +++ b/3rdParty/CMakeLists.txt @@ -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