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 ee87384 commit 82f06c1Copy full SHA for 82f06c1
cmake/detect_tf_catkin.cmake
@@ -33,8 +33,8 @@ endif()
33
set(ADDITIONAL_LIBS "")
34
if(${HAS_TENSORFLOW_GPU})
35
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" )
36
- find_library(gomp_LIBRARY gomp PATHS ${tensorflow_catkin_LIBRARY_DIRS})
37
- set(ADDITIONAL_LIBS ${gomp_LIBRARY})
+ find_library(libgomp1_LIBRARIES gomp PATHS ${tensorflow_catkin_LIBRARY_DIRS})
+ set(ADDITIONAL_LIBS ${libgomp1_LIBRARIES})
38
endif()
39
40
0 commit comments