Skip to content

Commit 11da656

Browse files
authored
Merge pull request fireice-uk#92 from psychocrypt/fix-cmakeINstall
fix wrong naming in CMake install
2 parents 6247c1e + 35b35d6 commit 11da656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ target_link_libraries(xmr-stak-cpu ${LIBS} xmr-stak-c)
118118

119119
# do not install the binary if the project and install are equal
120120
if( NOT "${CMAKE_INSTALL_PREFIX}" STREQUAL "${PROJECT_BINARY_DIR}" )
121-
install(TARGETS xmr-stak-amd
121+
install(TARGETS xmr-stak-cpu
122122
RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
123123
endif()
124124

0 commit comments

Comments
 (0)