Skip to content

Commit 6efb174

Browse files
committed
rename project name with lower cases
1 parent 03cbaef commit 6efb174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ option(FSM_CXX_ENABLE_PRECONDITION_CHECKS "PL-OK" ON)
3333

3434
#### PROJECTS ##################################################
3535

36-
project(FSM_CXX)
36+
project(fsm_cxx)
3737

3838
set(detail_header_files
3939
${CMAKE_CURRENT_SOURCE_DIR}/include/fsm_cxx/detail/fsm-if.hh

0 commit comments

Comments
 (0)