From 977e5d628475f29156eae36db80a839b4651f17f Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 2 Apr 2022 13:53:16 +0200 Subject: [PATCH] refs #142, solaris support for tests Took 2 minutes --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d60c650..22b9a4d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -74,7 +74,7 @@ add_test(multifile_test multifile_test) add_executable(fwd_impl_test fwd_test.cpp impl_test.cpp) target_link_libraries(fwd_impl_test ghc_filesystem) if(${CMAKE_SYSTEM_NAME} MATCHES "(SunOS|Solaris)") - target_link_libraries(filesystem_test xnet) + target_link_libraries(fwd_impl_test xnet) endif() target_compile_options(fwd_impl_test PRIVATE $<$:-s DISABLE_EXCEPTION_CATCHING=0>