Skip to content

Commit 3493792

Browse files
committed
Edit a comment
1 parent 986f7fb commit 3493792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amd/hipcc/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
77

88
set (LINK_LIBS libstdc++fs.so)
99
add_executable(hipcc.bin src/hipBin.cpp)
10-
if (NOT WIN32) # c++17 does not require the std lib linking
10+
if (NOT WIN32) # C++17 does not require the std lib linking
1111
target_link_libraries(hipcc.bin ${LINK_LIBS} ) # for hipcc.bin
1212
endif()
1313

1414
project (hipconfig.bin)
1515
add_executable(hipconfig.bin src/hipBin.cpp)
16-
if (NOT WIN32) # c++17 does not require the std lib linking
16+
if (NOT WIN32) # C++17 does not require the std lib linking
1717
target_link_libraries(hipconfig.bin ${LINK_LIBS} ) # for hipconfig.bin
1818
endif()
1919

0 commit comments

Comments
 (0)