Skip to content

Commit

Permalink
removed test from build
Browse files Browse the repository at this point in the history
Removed building of test which is dependent on opencl
  • Loading branch information
virneo committed Feb 21, 2015
1 parent 2909938 commit b33943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ project(VHACD)
set(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/output" CACHE PATH "project install prefix" FORCE)
set(CMAKE_COMMON_INC "${CMAKE_SOURCE_DIR}/../scripts/cmake_common.cmake")
add_subdirectory ("${CMAKE_SOURCE_DIR}/VHACD_Lib")
add_subdirectory ("${CMAKE_SOURCE_DIR}/test")
#add_subdirectory ("${CMAKE_SOURCE_DIR}/test")

0 comments on commit b33943b

Please sign in to comment.