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.
2 parents 986f7fb + 3493792 commit add834bCopy full SHA for add834b
amd/hipcc/CMakeLists.txt
@@ -7,13 +7,13 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
7
8
set (LINK_LIBS libstdc++fs.so)
9
add_executable(hipcc.bin src/hipBin.cpp)
10
-if (NOT WIN32) # c++17 does not require the std lib linking
+if (NOT WIN32) # C++17 does not require the std lib linking
11
target_link_libraries(hipcc.bin ${LINK_LIBS} ) # for hipcc.bin
12
endif()
13
14
project (hipconfig.bin)
15
add_executable(hipconfig.bin src/hipBin.cpp)
16
17
target_link_libraries(hipconfig.bin ${LINK_LIBS} ) # for hipconfig.bin
18
19
0 commit comments