Skip to content

Commit

Permalink
refs #142, solaris support for tests
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
gulrak committed Apr 2, 2022
1 parent 723c787 commit 977e5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
$<$<BOOL:${EMSCRIPTEN}>:-s DISABLE_EXCEPTION_CATCHING=0>
Expand Down

0 comments on commit 977e5d6

Please sign in to comment.