Skip to content

Commit 1257c35

Browse files
authored
Updated project name from underscores to dashes
To facilitate the yocto recipe build, underscores in the name were replaced by dashes. This should only affect the install and package option
1 parent 76ba59f commit 1257c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(DEFINED ENV{TOOLCHAIN})
77
set(CMAKE_AR "$ENV{TOOLCHAIN}ar" CACHE FILEPATH "CW archiver" FORCE)
88
endif()
99

10-
project(iec61850_open_server)
10+
project(iec61850-open-server)
1111

1212
ENABLE_TESTING()
1313

0 commit comments

Comments
 (0)