Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Reverting commit 7c5bea3 until #81 is not addressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jplanasc committed Aug 3, 2018
1 parent 2ebc4c7 commit e592ee9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions neuromapp/coreneuron_1.0/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Use -DNEUROMAPP_DISABLE_CORENEURON=TRUE to disable compilation/installation of this mini-app
# Other mini-apps depend on some parts of these mini-apps, enabling them by now until
# mini-apps are decoupled
if(NOT NEUROMAPP_DISABLE_CORENEURON)
if(NEUROMAPP_DISABLE_CORENEURON)
message(WARNING "coreneuron mini-apps cannot be disabled in this version")
endif()
#if(NOT NEUROMAPP_DISABLE_CORENEURON)
include_directories(${PROJECT_BINARY_DIR})
include_directories(${PROJECT_SOURCE_DIR})

Expand Down Expand Up @@ -58,7 +61,7 @@ if(NOT NEUROMAPP_DISABLE_CORENEURON)
add_subdirectory (event_passing)

set(NEUROMAPP_CORENEURON_MAPP ON CACHE BOOL "True if coreneuron mini-apps will be installed")
else()
set(NEUROMAPP_CORENEURON_MAPP OFF CACHE BOOL "True if coreneuron mini-apps will be installed")
endif()
#else()
# set(NEUROMAPP_CORENEURON_MAPP OFF CACHE BOOL "True if coreneuron mini-apps will be installed")
#endif()

0 comments on commit e592ee9

Please sign in to comment.