diff --git a/test/misc/CMakeLists.txt b/test/misc/CMakeLists.txt index b438bbbfa..7bec395c0 100644 --- a/test/misc/CMakeLists.txt +++ b/test/misc/CMakeLists.txt @@ -20,9 +20,9 @@ # test/misc -add_executable(test_valgrind test_valgrind.cc) -add_compile_options(test_valgrind PRIVATE "-no-pedantic -Wno-error") +#add_executable(test_valgrind test_valgrind.cc) +#add_compile_options(test_valgrind PRIVATE "-no-pedantic -Wno-error") -if (INSTALL_SGE_TEST) - install(TARGETS test_valgrind DESTINATION testbin/${SGE_ARCH}) -endif () +#if (INSTALL_SGE_TEST) +# install(TARGETS test_valgrind DESTINATION testbin/${SGE_ARCH}) +#endif ()