Skip to content

Commit a1c262a

Browse files
committed
Solve minor bug in cxx port.
1 parent 8aaf619 commit a1c262a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/ports/cxx_port/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ endif()
99

1010
# Target name
1111
set(target cxx_port)
12-
set(target_name ${META_PROJECT_NAME})
12+
string(TOLOWER ${META_PROJECT_NAME} target_name)
13+
1314
set(target_export "${META_PROJECT_NAME}-cxx")
1415

1516
# Exit here if required dependencies are not met

0 commit comments

Comments
 (0)