diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8f5f66aeae6b457c0e14a6c376a7f4a60dfc7ad3..b64d910339168376faa9183245d27ffb0bcbe9d2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,7 +24,6 @@ endif() ########################### if (CUDA_FOUND) - target_compile_options(io PUBLIC $<$<COMPILE_LANGUAGE:CUDA>: ${WARNING_SUPPRESSION_AND_OPTION_NVCC} >) target_include_directories (io PUBLIC ${MPI_C_INCLUDE_DIRS}) if( CMAKE_CXX_COMPILER_VERSION VERSION_LESS 5.0 )