Skip to content
Snippets Groups Projects
Commit 6a52e2d8 authored by Andrey Moshkin's avatar Andrey Moshkin
Browse files

remove InstallNicaFemto from CMakeList.txt

parent 62da79ca
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ include(WriteConfigFile)
include(CTest)
include(CheckCompiler)
include(CheckFortran)
include(InstallNicaFemto)
#include(InstallNicaFemto)
include(CreateMpdConfig)
# Set the build type: None, Debug, Release, RelWithDebInfo or MinSizeRel
......@@ -232,7 +232,7 @@ add_subdirectory (eventdisplay)
if(EXISTS "${CMAKE_SOURCE_DIR}/macro/mpd_scheduler/CMakeLists.txt")
add_subdirectory (macro/mpd_scheduler)
endif()
InstallNicaFemto()
#InstallNicaFemto()
Option(BUILD_DOXYGEN "Build Doxygen" OFF)
if(BUILD_DOXYGEN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment