Skip to content

Commit 88119ae

Browse files
Nianle-LiCopilot
andauthored
Update cpp_easygraph/CMakeLists.txt
Co-authored-by: Copilot <[email protected]>
1 parent 9cdfcdf commit 88119ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_easygraph/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if(Eigen3_FOUND)
5050
add_definitions(-DEIGEN_MAJOR_VERSION=${EIGEN3_VERSION_MAJOR})
5151
endif()
5252

53-
# 启用OpenMP支持
53+
# Enable OpenMP support
5454
find_package(OpenMP)
5555
if(OpenMP_CXX_FOUND)
5656
message(STATUS "Found OpenMP: ${OpenMP_CXX_VERSION}")

0 commit comments

Comments
 (0)