PengZheng commented on code in PR #551:
URL: https://github.com/apache/celix/pull/551#discussion_r1192052760


##########
libs/error_injector/CMakeLists.txt:
##########
@@ -43,8 +43,13 @@ add_subdirectory(pthread)
 add_subdirectory(celix_log_helper)
 add_subdirectory(celix_bundle)
 add_subdirectory(celix_version)
-add_subdirectory(dfi)
+add_subdirectory(celix_long_hash_map)
 
+
+celix_subproject(ERROR_INJECTOR_DFI "Option to enable building the celix dfi 
error injector" ON)
+if (ERROR_INJECTOR_DFI)

Review Comment:
   Unnecessary option.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to