Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicm committed Oct 24, 2019
1 parent b6c9fc4 commit e84483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option(COSMA_WITH_TESTS "Generate the test target." ${MASTER_PROJECT})
option(COSMA_WITH_APPS "Generate the miniapp targets." ${MASTER_PROJECT})
option(COSMA_WITH_BENCHMARKS "Generate the benchmark targets." ${MASTER_PROJECT})
option(COSMA_WITH_INSTALL "Enable installation." ${MASTER_PROJECT})
option(COSMA_WITH_PROFILING "Enable installation." OFF)
option(COSMA_WITH_PROFILING "Enable profiling." OFF)

if (COSMA_WITH_PROFILING)
option(SEMIPROF_WITH_INSTALL "" ON)
Expand Down

0 comments on commit e84483f

Please sign in to comment.