Skip to content

Commit

Permalink
Remove the linking to TensorFlow and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondas Galvelis committed Apr 13, 2020
1 parent 498d29f commit 65e5156
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ SET_TARGET_PROPERTIES(${SHARED_NN_TARGET}
PROPERTIES COMPILE_FLAGS "-DNN_BUILDING_SHARED_LIBRARY ${EXTRA_COMPILE_FLAGS}"
LINK_FLAGS "${EXTRA_COMPILE_FLAGS}")
TARGET_LINK_LIBRARIES(${SHARED_NN_TARGET} OpenMM)
TARGET_LINK_LIBRARIES(${SHARED_NN_TARGET} tensorflow)
TARGET_LINK_LIBRARIES(${SHARED_NN_TARGET} nvinfer)

INSTALL_TARGETS(/lib RUNTIME_DIRECTORY /lib ${SHARED_NN_TARGET})
Expand Down
1 change: 0 additions & 1 deletion openmmapi/include/internal/TensorRTForceImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "TensorRTForce.h"
#include "openmm/internal/ForceImpl.h"
#include "openmm/Kernel.h"
#include <tensorflow/c/c_api.h>
#include <NvInfer.h>
#include <iostream>
#include <memory>
Expand Down

0 comments on commit 65e5156

Please sign in to comment.