Skip to content

Commit

Permalink
Merge pull request #841 from ROCm/cherrypick_PR840
Browse files Browse the repository at this point in the history
Update Project Version Number to support upgrade
  • Loading branch information
vamovsik authored Nov 15, 2024
2 parents 98de216 + 3840af0 commit fdb4445
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 @@ -28,7 +28,7 @@ set(CMAKE_SHARED_LINKER_FLAGS_INIT "-Wl,--enable-new-dtags,--rpath,$ORIGIN:$ORIG
set(CMAKE_EXE_LINKER_FLAGS_INIT "-Wl,--enable-new-dtags,--rpath,$ORIGIN/../lib" CACHE STRING "RUNPATH for executables")

project ("rocm-validation-suite"
VERSION 1.0.0)
VERSION 1.1.0)

# Default libdir to "lib", this skips GNUInstallDirs from trying to take a guess if it's unset:
set(CMAKE_INSTALL_LIBDIR "lib" CACHE STRING "Library install directory")
Expand Down

0 comments on commit fdb4445

Please sign in to comment.