build: disable CMake formatting for FindEigen3.cmake

Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
This commit is contained in:
Gabriel Ferreira
2023-02-14 01:41:33 -03:00
parent 933df2dae2
commit 472992b891

View File

@@ -1,3 +1,4 @@
# cmake-format: off
# - Try to find Eigen3 lib
#
# This module supports requiring a minimum version, e.g. you can do
@@ -105,3 +106,4 @@ if(EIGEN3_FOUND AND NOT TARGET Eigen3::Eigen)
set_target_properties(Eigen3::Eigen PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${EIGEN3_INCLUDE_DIR}")
endif()
# cmake-format: on