We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38448be commit 276a489Copy full SHA for 276a489
source/CMakeLists.txt
@@ -49,6 +49,9 @@ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-ignored-attributes")
49
# find tensorflow, I need tf abi info
50
find_package(tensorflow REQUIRED)
51
52
+# find threads
53
+find_package(Threads)
54
+
55
# auto op_cxx_abi
56
if (NOT DEFINED OP_CXX_ABI)
57
if (BUILD_PY_IF)
0 commit comments