diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-06 23:29:46 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-06 23:35:07 +0200 |
commit | 3bcb7fcc716d98a61d77477243cc3a73722ac75f (patch) | |
tree | 79aa4eef91a45fb68f0cd0a8c1fefb9c54518ffa /indra | |
parent | e447e0231273f9621f50bb447770e31acaa378dd (diff) |
Remove noexistant include directory
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/GoogleMock.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/cmake/GoogleMock.cmake b/indra/cmake/GoogleMock.cmake index 58975df62e..821346ced6 100644 --- a/indra/cmake/GoogleMock.cmake +++ b/indra/cmake/GoogleMock.cmake @@ -19,8 +19,7 @@ elseif(WINDOWS) set_target_libraries( googlemock::googlemock gmock) set_target_include_dirs( googlemock::googlemock ${LIBS_PREBUILT_DIR}/include - ${LIBS_PREBUILT_DIR}/include/gmock - ${LIBS_PREBUILT_DIR}/include/gmock/boost/tr1/tr1 ) + ${LIBS_PREBUILT_DIR}/include/gmock) elseif(DARWIN) set_target_libraries( googlemock::googlemock gmock gtest) |