Skip to content

Commit

Permalink
Merge pull request #79 from Nordegraf/fix_typo
Browse files Browse the repository at this point in the history
fix typo in autodiff cmake
  • Loading branch information
anaegel authored Nov 27, 2023
2 parents 63b95a5 + a62ce91 commit fab750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ug/autodiff.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(USE_AUTODIFF)
IF (EXTERNAL_AUTODIFF) # Automatic
FIND_PACKAGE(autodiff CONFIG REQUIRED)
else (EXTERNAL_AUTODIFF)# Builtin
SET(autodiff_DIR ${UG_ROOT_CMAKE_PATH}/../../externals/AutoDiffForUG4/autodiff)
SET(autodiff_DIR ${UG_ROOT_CMAKE_PATH}/../../externals/AutodiffForUG4/autodiff)
ENDIF(EXTERNAL_AUTODIFF)

MESSAGE(STATUS "Info: Using Autodiff from ${autodiff_DIR}")
Expand Down

0 comments on commit fab750f

Please sign in to comment.