"git@gitlab.nektar.info:Leileiji/nektar.git" did not exist on "2027fbf329479c477ac728f4a6d3c0a1cdf1e790"
Forked from
Nektar / Nektar
12024 commits behind the upstream repository.
Kilian Lackhove
authored
Instead, the cmake default way of handling external dependencies is now recommended: FIND_PACKAGE(Nektar++ REQUIRED) ADD_DEFINITIONS(${NEKTAR++_DEFINITIONS}) INCLUDE_DIRECTORIES(${NEKTAR++_INCLUDE_DIRS} ${NEKTAR++_TP_INCLUDE_DIRS}) LINK_DIRECTORIES(${NEKTAR++_LIBRARY_DIRS} ${NEKTAR++_TP_LIBRARY_DIRS}) TARGET_LINK_LIBRARIES(${ProjectName} ${NEKTAR++_LIBRARIES} ${NEKTAR++_TP_LIBRARIES}) see templates/executable for an example. The NEKTAR++_TP_XXX variables can be omitted if the external CMakeLists.txt takes care of findig Nektar++ dependencies itself.
Name | Last commit | Last update |
---|---|---|
cmake | ||
docs | ||
library | ||
solvers | ||
templates/executable | ||
tests | ||
utilities | ||
CMakeLists.txt | ||
LICENSE | ||
VERSION | ||
dist-exclude | ||
distribute.sh |