Skip to content
Snippets Groups Projects
Commit 5136133b authored by Kilian Lackhove's avatar Kilian Lackhove
Browse files

removed redundant include from /Nektar++Config.cmake

parent 4f4724e8
No related branches found
No related tags found
No related merge requests found
...@@ -129,21 +129,6 @@ ENDIF( NEKTAR_USE_WIN32_LAPACK ) ...@@ -129,21 +129,6 @@ ENDIF( NEKTAR_USE_WIN32_LAPACK )
INCLUDE(${NEKTAR++_ROOT_DIR}/NektarCommon.cmake) INCLUDE(${NEKTAR++_ROOT_DIR}/NektarCommon.cmake)
INCLUDE(${NEKTAR++_LIBRARY_DIRS}/Nektar++Libraries.cmake) INCLUDE(${NEKTAR++_LIBRARY_DIRS}/Nektar++Libraries.cmake)
FIND_FILE(NEKTAR_DEBUG_LIBRARIES Nektar++Libraries-debug.cmake ${NEKTAR++_LIBRARY_DIRS})
IF( NEKTAR_DEBUG_LIBRARIES )
INCLUDE(${NEKTAR_DEBUG_LIBRARIES})
ENDIF( NEKTAR_DEBUG_LIBRARIES )
FIND_FILE(NEKTAR_RELEASE_LIBRARIES Nektar++Libraries-release.cmake ${NEKTAR++_LIBRARY_DIRS})
IF(NEKTAR_RELEASE_LIBRARIES)
INCLUDE(${NEKTAR_RELEASE_LIBRARIES})
ENDIF(NEKTAR_RELEASE_LIBRARIES)
FIND_FILE(NEKTAR_RELEASE_WITH_DEBUG_INFO_LIBRARIES Nektar++Libraries-relwithdebinfo.cmake ${NEKTAR++_LIBRARY_DIRS})
IF(NEKTAR_RELEASE_WITH_DEBUG_INFO_LIBRARIES)
INCLUDE(${NEKTAR_RELEASE_WITH_DEBUG_INFO_LIBRARIES})
ENDIF(NEKTAR_RELEASE_WITH_DEBUG_INFO_LIBRARIES)
SET(NEKTAR++_LIBRARIES SolverUtils MultiRegions LocalRegions SpatialDomains StdRegions LibUtilities) SET(NEKTAR++_LIBRARIES SolverUtils MultiRegions LocalRegions SpatialDomains StdRegions LibUtilities)
MARK_AS_ADVANCED(NEKTAR_RELEASE_LIBRARIES) MARK_AS_ADVANCED(NEKTAR_RELEASE_LIBRARIES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment