Skip to content

Commit

Permalink
Fixed c include directory to be consistent with prev. versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Jan 7, 2013
1 parent 789e993 commit 926e152
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 @@ -133,7 +133,7 @@ macro(generateMavlink version definitions languages)
set(outputName "pymavlink/pymavlink/mavlinkv${versionClean}_${definition}.py")
set(dependencies ${dependencies} pythonPackage)
elseif("${language}" STREQUAL "C")
set(outputName "C/include/mavlink/v${versionClean}")
set(outputName "C/include/mavlink/v${version}")
else()
message(ERROR "unknown language: ${language}")
endif()
Expand Down

0 comments on commit 926e152

Please sign in to comment.