File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,17 +126,6 @@ if (UTILS)
126126 )
127127 target_link_libraries (utils_cut PUBLIC ${UTILS_PUBLIC_DEPS} ${UTILS_PRIVATE_DEPS} )
128128
129- #Special test lib that disable the celix_err constructor/destructor attribute usage (for testing)
130- add_library (utils_err_no_ctor_dtor_cut STATIC src/celix_err.cc )
131- target_include_directories (utils_err_no_ctor_dtor_cut PUBLIC
132- ${CMAKE_CURRENT_LIST_DIR} /include
133- ${CMAKE_BINARY_DIR} /celix/gen/includes/utils
134- ${CMAKE_BINARY_DIR} /celix/gen/src/utils
135- src
136- )
137- target_compile_definitions (utils_err_no_ctor_dtor_cut PRIVATE CELIX_ERR_DISABLE_CONSTRUCTORS )
138- target_link_libraries (utils_err_no_ctor_dtor_cut PUBLIC ${UTILS_PUBLIC_DEPS} ${UTILS_PRIVATE_DEPS} )
139-
140129 add_subdirectory (gtest )
141130 endif ()
142131
You can’t perform that action at this time.
0 commit comments