From 38b27bd71dca06eb16a9ce69a0b66020582c0377 Mon Sep 17 00:00:00 2001 From: liuyihui Date: Sun, 16 Oct 2022 23:58:12 +0800 Subject: [PATCH] fix settings --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee0ca1f..b47dc3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,7 @@ cmake_minimum_required(VERSION 3.16) -set(Geant4_DIR D:/Geant4/dist/lib/Geant4-11.0.1) project(DESCSS) -# set(Geant4_DIR ${Geant4_DIR}) option(WITH_GEANT4_UIVIS "Build example with Geant4 UI and Vis drivers" ON) if(WITH_GEANT4_UIVIS) find_package(Geant4 REQUIRED ui_all vis_all)