Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaref committed Nov 3, 2024
1 parent 34f37cb commit 53fbcd2
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 @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.16..3.22)

project (cmaj)

OPTION (BUILD_CMAJ "Whether to build the comnand line tool" ON)
OPTION (BUILD_CMAJ "Whether to build the command line tool" ON)
OPTION (BUILD_CMAJ_LIB "Whether to build the Cmajor shared library" ON)
OPTION (BUILD_PLUGIN "Whether to build the plugin" OFF)
OPTION (BUILD_EXAMPLES "Whether to build the examples" ON)
Expand Down

0 comments on commit 53fbcd2

Please sign in to comment.