aboutsummaryrefslogtreecommitdiff
path: root/sdk/compiler/cmake/modules/FindGoogleTestNV.cmake
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2018-01-22 14:04:16 -0800
committerBryan Galdrikian <[email protected]>2018-01-22 14:04:16 -0800
commit1dc1a87fba520bb45c1ce8165e8ea2c83c0a308d (patch)
tree5f8ca75a6b92c60fb5cf3b14282fc4cc1c127eb2 /sdk/compiler/cmake/modules/FindGoogleTestNV.cmake
parentUpdating readme.md to show updated UE4 Blast integration branches (diff)
downloadblast-1dc1a87fba520bb45c1ce8165e8ea2c83c0a308d.tar.xz
blast-1dc1a87fba520bb45c1ce8165e8ea2c83c0a308d.zip
Changes for 1.1.2 release candidate
See README.md, docs/release_notes.txt
Diffstat (limited to 'sdk/compiler/cmake/modules/FindGoogleTestNV.cmake')
-rw-r--r--sdk/compiler/cmake/modules/FindGoogleTestNV.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/sdk/compiler/cmake/modules/FindGoogleTestNV.cmake b/sdk/compiler/cmake/modules/FindGoogleTestNV.cmake
index 50e7edd..7f2dde4 100644
--- a/sdk/compiler/cmake/modules/FindGoogleTestNV.cmake
+++ b/sdk/compiler/cmake/modules/FindGoogleTestNV.cmake
@@ -8,7 +8,9 @@ include(FindPackageHandleStandardArgs)
# TODO: Do the version stuff properly!
find_path(GOOGLETEST_PATH include/gtest/gtest.h
- PATHS ${GW_DEPS_ROOT}/$ENV{PM_googletest_NAME}/${GoogleTestNV_FIND_VERSION}
+ PATHS
+ $ENV{PM_googletest_PATH}
+ ${GW_DEPS_ROOT}/$ENV{PM_googletest_NAME}/${GoogleTestNV_FIND_VERSION}
)
if (TARGET_BUILD_PLATFORM STREQUAL "Windows")