Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
fixed post-release install glitch
  • Loading branch information
bbercovici committed May 15, 2018
2 parents c85a864 + 4ca5dbd commit 83bb2ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SbgatCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ target_link_libraries(${LIB_NAME} ${library_dependencies})
if(NOT BREW)
install (TARGETS ${LIB_NAME} DESTINATION /usr/local/lib/)
install (DIRECTORY ${PROJECT_SOURCE_DIR}/${LIB_NAME} DESTINATION /usr/local/share)
install (DIRECTORY ${PROJECT_SOURCE_DIR}/include/SbgatCore DESTINATION /usr/local/include/ FILES_MATCHING PATTERN "*.hpp")
install (DIRECTORY ${PROJECT_SOURCE_DIR}/include/nlohmann DESTINATION /usr/local/include/ FILES_MATCHING PATTERN "*.hpp")
install (DIRECTORY ${PROJECT_SOURCE_DIR}/include/SbgatCore DESTINATION /usr/local/include FILES_MATCHING PATTERN "*.hpp")
install (DIRECTORY ${PROJECT_SOURCE_DIR}/include/nlohmann DESTINATION /usr/local/include FILES_MATCHING PATTERN "*.hpp")
endif()


Expand Down
1 change: 0 additions & 1 deletion SbgatCore/include/SbgatCore/SBGATSphericalHarmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ SOFTWARE.
#include <vtkFiltersCoreModule.h> // For export macro
#include <vtkPolyDataAlgorithm.h>
#include <armadillo>
#include <json.hpp>

class VTKFILTERSCORE_EXPORT SBGATSphericalHarmo : public vtkPolyDataAlgorithm{
public:
Expand Down
1 change: 1 addition & 0 deletions SbgatCore/source/SBGATSphericalHarmo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ SOFTWARE.
#include <SBGATSphericalHarmo.hpp>
#include <SBGATMassProperties.hpp>
#include <SHARMLib.hpp>
#include <json.hpp>
#include <vtkObjectFactory.h>
#include <vtkCell.h>
#include <vtkDataObject.h>
Expand Down

0 comments on commit 83bb2ed

Please sign in to comment.