Skip to content

Commit

Permalink
Solve minor bug in cxx port.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 24, 2019
1 parent 8aaf619 commit a1c262a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/ports/cxx_port/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ endif()

# Target name
set(target cxx_port)
set(target_name ${META_PROJECT_NAME})
string(TOLOWER ${META_PROJECT_NAME} target_name)

set(target_export "${META_PROJECT_NAME}-cxx")

# Exit here if required dependencies are not met
Expand Down

0 comments on commit a1c262a

Please sign in to comment.