Skip to content

Commit

Permalink
comment magic line
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aXimilian committed Sep 22, 2024
1 parent 395c161 commit a74c6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ExternalEIGEN3.cmake
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ ExternalProject_Add(
"-DCMAKE_C_COMPILER:FILEPATH=${CMAKE_C_COMPILER}"
"-DCMAKE_CXX_COMPILER:FILEPATH=${CMAKE_CXX_COMPILER}"
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
CONFIGURE_COMMAND "" # w/o this the build step fails with clang on windows
BUILD_COMMAND ""
INSTALL_COMMAND ""
LOG_DOWNLOAD ON # redirect output to log-file (so that we have less clutter)

0 comments on commit a74c6f3

Please sign in to comment.