Skip to content

Commit

Permalink
Fix cmake hal sim build (#1539)
Browse files Browse the repository at this point in the history
A source directory was named incorrectly in CamelCase.
  • Loading branch information
PeterJohnson committed Jan 11, 2019
1 parent e97e7a7 commit 453a904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ file(GLOB
hal_shared_native_src src/main/native/cpp/cpp/*.cpp
hal_shared_native_src src/main/native/cpp/handles/*.cpp
hal_sim_native_src src/main/native/sim/*.cpp
hal_sim_native_src src/main/native/sim/MockData/*.cpp)
hal_sim_native_src src/main/native/sim/mockdata/*.cpp)
add_library(hal ${hal_shared_native_src})
set_target_properties(hal PROPERTIES DEBUG_POSTFIX "d")

Expand Down

0 comments on commit 453a904

Please sign in to comment.