Skip to content
Snippets Groups Projects
Commit eaf6102a authored by Pradipta Samanta's avatar Pradipta Samanta
Browse files

Removed the target_link_libraries for OpenAcc

parent 1651516a
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ if (FS_ENABLE_OPENACC)
target_compile_options(fortran-support PRIVATE ${OpenACC_Fortran_OPTIONS})
# This make sures that unit tests (FortUTF) compiles without the need of
# passing OpenACC compile option.
target_link_libraries(fortran-support PRIVATE OpenACC::OpenACC_Fortran)
# target_link_libraries(fortran-support PRIVATE OpenACC::OpenACC_Fortran)
endif ()
else ()
if(HAS_OPENACC_MACRO)
......
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