mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-15 06:48:41 +01:00
fixed validation in network_utils, added a tests to throw for port 65535 in test mode (option on for sls_use_tests), multi:parent process checks child process exit status to send sigint to others
This commit is contained in:
@@ -52,6 +52,10 @@ target_link_libraries(slsReceiverObject
|
||||
slsProjectWarnings #don't propagate warnigns
|
||||
)
|
||||
|
||||
target_compile_definitions(slsReceiverObject
|
||||
PRIVATE $<$<BOOL:${SLS_USE_TESTS}>:SLS_USE_TESTS>
|
||||
)
|
||||
|
||||
# HDF5
|
||||
if (SLS_USE_HDF5)
|
||||
if (HDF5_FOUND)
|
||||
@@ -87,6 +91,7 @@ set_target_properties(slsReceiverStatic PROPERTIES
|
||||
ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||
PUBLIC_HEADER "${PUBLICHEADERS}"
|
||||
)
|
||||
|
||||
list(APPEND RECEIVER_LIBRARY_TARGETS slsReceiverStatic)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user