Skip to content

Commit

Permalink
pShare: fix include path to GetPot. fix error with postbuild copy
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Jan 7, 2020
1 parent b897ea8 commit 3504705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Essentials/pShare/CMakeLists.txt
Expand Up @@ -17,7 +17,6 @@ INSTALL(TARGETS ${EXECNAME}
#copy resources
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/pshare_test_scripts DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})


add_custom_command(TARGET pShare POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/pshare_test_scripts ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
${CMAKE_CURRENT_SOURCE_DIR}/pshare_test_scripts ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
2 changes: 1 addition & 1 deletion Essentials/pShare/Share.cpp
Expand Up @@ -17,7 +17,7 @@

#include "MOOS/libMOOS/Utils/MOOSUtilityFunctions.h"
#include "MOOS/libMOOS/Utils/IPV4Address.h"
#include "MOOS/libMOOS/Thirdparty/getpot/GetPot"
#include "MOOS/libMOOS/Thirdparty/getpot/GetPot.hpp"
#include "MOOS/libMOOS/Utils/SafeList.h"
#include "MOOS/libMOOS/Utils/ConsoleColours.h"
#include "MOOS/libMOOS/Utils/KeyboardCapture.h"
Expand Down

0 comments on commit 3504705

Please sign in to comment.