Updated README.md with the new BUILD_SAMPLES option

This commit is contained in:
jpekkila
2020-01-15 17:02:47 +02:00
parent 7a099a008e
commit 8f646e700e
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ option(BUILD_DEBUG "Builds the program with extensive error checkin
option(BUILD_STANDALONE "Builds the standalone Astaroth" ON)
option(BUILD_UTILS "Builds the utility library" ON)
option(BUILD_RT_VISUALIZATION "Builds the module for real-time visualization using SDL2" OFF)
option(BUILD_SAMPLES "Builds samples" OFF)
option(BUILD_SAMPLES "Builds projects in samples subdirectory" OFF)
option(DOUBLE_PRECISION "Generates double precision code" OFF)
option(MULTIGPU_ENABLED "If enabled, uses all the available GPUs" ON)
option(MPI_ENABLED "Enables additional functions for MPI communciation" OFF)