Skip to content

Commit

Permalink
Merge pull request #94 from fireice-uk/dev
Browse files Browse the repository at this point in the history
v1.2.0-1.4.1 RC
  • Loading branch information
fireice-uk authored Apr 29, 2017
2 parents 26c0134 + 11da656 commit b8c8fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ target_link_libraries(xmr-stak-cpu ${LIBS} xmr-stak-c)

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

Expand Down

0 comments on commit b8c8fe1

Please sign in to comment.