Skip to content

Commit

Permalink
CMakeList - Update project name call
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritigowda authored Jan 17, 2023
1 parent d04e8b8 commit 0c1a8ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ if(NOT "${BACKEND}" STREQUAL "HIP")
endif()
set(CMAKE_CXX_STANDARD 14)

project(amd_rpp CXX)

set(CMAKE_INSTALL_LIBDIR "lib" CACHE STRING "Library install directory")
include(GNUInstallDirs)

Expand All @@ -89,7 +91,6 @@ set(DEFAULT_BUILD_TYPE "Release")
# RPP Version
set(VERSION "0.99")

project(amd_rpp CXX)
message("-- ${BoldBlue}AMD Radeon Performance Primitives (RPP) Version -- ${VERSION}${ColourReset}")
message("-- ${BoldBlue}AMD RPP install path set to -- ${CMAKE_INSTALL_PREFIX}${ColourReset}")
message("-- ${BoldBlue}AMD RPP Backend set to -- ${BACKEND}${ColourReset}")
Expand Down

0 comments on commit 0c1a8ba

Please sign in to comment.