diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a1427110ef9a262fc78b3f9c7f516f017b5351c1..bf6936b0744e060918dde4f21b0a14f7322ab37c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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)