Skip to content

Commit d8ac8b7

Browse files
committed
cmake: format
1 parent 7b33b58 commit d8ac8b7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ endif()
6666

6767
if(BUILD_WITH_ACCELERATE_SUPPORT AND APPLE)
6868
if(Eigen3_VERSION VERSION_LESS 5.0.0)
69-
message(
70-
FATAL_ERROR
71-
"Accelerate requires Eigen >= 5.0.0 (provided ${Eigen3_VERSION})"
72-
)
69+
message(FATAL_ERROR "Accelerate requires Eigen >= 5.0.0 (provided ${Eigen3_VERSION})")
7370
endif()
7471

7572
jrl_find_package(Accelerate REQUIRED)

0 commit comments

Comments
 (0)