Skip to content

Commit

Permalink
ci: fix macos test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
For-Chance committed Sep 26, 2024
1 parent 859278a commit 0d90b4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions cmake/3rd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,6 @@ if (NOT glfw3_FOUND)
"Following https://www.glfw.org to install.")
endif ()

find_package(GLEW REQUIRED)
if (NOT GLEW_FOUND)
message(FATAL_ERROR "GLEW not found.\n"
"Following http://glew.sourceforge.net to install.")
endif ()

find_package(CUDAToolkit 11.7 QUIET)
if (CUDAToolkit_FOUND)
message(STATUS "CUDAToolkit found.")
Expand Down
1 change: 0 additions & 1 deletion test/system_test/MassSpring3D/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ file(GLOB cuda_source_files
"cusparse_cholesky_solver.cpp"
"cusparse_wrapper.cpp"
)
set(GLEW_USE_STATIC_LIBS ON)

if(CUDAToolkit_FOUND)
message(STATUS "CUDAToolkit found, compiling with CUDA support")
Expand Down

0 comments on commit 0d90b4e

Please sign in to comment.