Skip to content

Commit

Permalink
Fixed the module copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe authored and yorikvanhavre committed Dec 12, 2014
1 parent fc7c75b commit 5a23e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Ship/CMakeLists.txt
Expand Up @@ -94,7 +94,7 @@ ADD_CUSTOM_TARGET(Ship ALL
SOURCES ${all_files}
)

fc_copy_sources(Mod/Ship "${CMAKE_BINARY_DIR}/Mod/Ship" ${all_files})
fc_copy_sources(Ship "${CMAKE_BINARY_DIR}/Mod/Ship" ${all_files})

INSTALL(
FILES
Expand Down

0 comments on commit 5a23e77

Please sign in to comment.