Skip to content

Commit

Permalink
skip C compiler checks when fetching Eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 14, 2023
1 parent 01999c6 commit f213488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ else()
)

set(BUILD_TESTING OFF)
set(CMAKE_C_COMPILER_WORKS ON)
FetchContent_MakeAvailable(eigen3)
endif()

Expand Down

0 comments on commit f213488

Please sign in to comment.