diff options
| author | Shlomi Fish <shlomif@gmail.com> | 2016-04-15 17:25:39 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-04-15 17:25:39 +0000 |
| commit | 47af1985a797019dd1f2539a2d00f8473688765d (patch) | |
| tree | 7a7b89804ae8ad1a7a15ad31da40c3b142a29967 /test | |
| parent | Add a Resize to Page with Keyboard Shortcut (diff) | |
| download | inkscape-47af1985a797019dd1f2539a2d00f8473688765d.tar.gz inkscape-47af1985a797019dd1f2539a2d00f8473688765d.zip | |
Fix CMake make check to without a global gtest
(bzr r14851)
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f31b0bc04..ab73b9e37 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,7 +7,8 @@ set(CMAKE_CTEST_COMMAND ctest -V) add_subdirectory(${GMOCK_DIR} ${CMAKE_BINARY_DIR}/gmock) include_directories(SYSTEM ${GMOCK_DIR}/gtest/include - ${GMOCK_DIR}/include) + ${GMOCK_DIR}/include + ${CMAKE_SOURCE_DIR}/gtest/gtest/include) set_source_files_properties( ${CMAKE_BINARY_DIR}/src/inkscape-version.cpp |
