Skip to content

Commit

Permalink
build of test_valgrind.cc still failed on freebsd
Browse files Browse the repository at this point in the history
disabling it for now until we found a solution to ignore compiler warnings for this binary
  • Loading branch information
Joachim Gabler committed Sep 16, 2024
1 parent 49e95b5 commit e7f9bf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/misc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

0 comments on commit e7f9bf3

Please sign in to comment.