Skip to content

Commit

Permalink
Rename hdps-main to mv-main in main CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianThijssen committed Sep 26, 2023
1 parent 0c6a3bc commit 1d099b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

cmake_minimum_required(VERSION 3.17)

set(HDPS_MAIN "hdps-main")
PROJECT(${HDPS_MAIN})
set(MV_MAIN "mv-main")
PROJECT(${MV_MAIN})

# Get the env path and allow the user to change it
set(INSTALL_DIR $ENV{HDPS_INSTALL_DIR} CACHE PATH "The HDPS Install Directoy")
set(INSTALL_DIR $ENV{MV_INSTALL_DIR} CACHE PATH "The ManiVault Install Directoy")

# Other user-facing options
option(HDPS_USE_GTEST "Use GoogleTest" OFF)
Expand Down

0 comments on commit 1d099b7

Please sign in to comment.