Skip to content

Commit bc93dd5

Browse files
committed
remove the other block on building
1 parent 6750e38 commit bc93dd5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ option(BUILD_SLIMGUI "Build the Qt5-based GUI for SLiM" OFF)
9191
# This is supported only for the command-line tools, not for SLiMgui; do not set BUILD_SLIMGUI
9292
option(PARALLEL "Build parallel versions of eidos and slim" OFF)
9393

94-
if(PARALLEL)
95-
# BCH 12/4/2023: Parallel SLiM is presently unreleased and unsupported. Caveat lector.
96-
message(FATAL_ERROR "Multithreaded SLiM is not released, not thoroughly tested, and generally not yet ready for prime time. It is not recommended for end-user use, especially not for "production" runs, and the documentation for it is not yet public. Please do not ask for any kind of support for this feature if you choose to experiment with it.")
97-
endif(PARALLEL)
98-
9994
# Add "-D PROFILE=ON" to the CMake command to make a build of command-line slim with runtime profiling
10095
# This makes SLiM slower, so it is not for production use. It may be set ON only for Release builds.
10196
option(PROFILE "Build slim for runtime profiling" OFF)

0 commit comments

Comments
 (0)