Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatki committed Mar 13, 2024
1 parent fed689e commit f9e1b61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/c_integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ if(MPI_FOUND)
include_directories(${MPI_INCLUDE_PATH})
endif()

#set(perfflow_deps "-L../runtime -lperfflow_runtime" OpenSSL::Crypto )
set(THREADS_PREFER_PTHREAD_FLAG ON)

message(STATUS "Adding CXX unit tests")
Expand All @@ -57,7 +56,6 @@ foreach(TEST ${SMOKETESTS})
add_executable(${TEST} ${TEST}.cpp)
target_link_libraries(${TEST} ${MPI_LIBRARIES})
target_link_libraries(${TEST} pthread)
#set_source_files_properties(${TEST}.cpp COMPILE_FLAGS "-Xclang -load -Xclang ../weaver/weave/libWeavePass.so -fPIC")
target_link_libraries(${TEST}
OpenSSL::Crypto
perfflowaspect::WeavePassPlugin
Expand Down

0 comments on commit f9e1b61

Please sign in to comment.