Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
Former-commit-id: 4f840e8
  • Loading branch information
teseoch committed Oct 15, 2018
1 parent 8235ccb commit 15bd0e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ if(LIBIGL_BUILD_TUTORIALS)
endif()

if(LIBIGL_BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif()

Expand Down
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ INCLUDE_DIRECTORIES(${TEST_ROOT_DIR})
ADD_DEFINITIONS(-DLIBIGL_DATA_DIR="${IGL_TEST_DATA}")

# Add googletest googlemock support
ENABLE_TESTING()
ADD_SUBDIRECTORY(
${LIBIGL_EXTERNAL}/googletest/googlemock
${CMAKE_CURRENT_BINARY_DIR}/gtest)
Expand Down

0 comments on commit 15bd0e0

Please sign in to comment.