Skip to content

Commit

Permalink
Generated export autocommit from mamba.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab Runner committed Jan 17, 2024
1 parent 568e249 commit 35ba777
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
@echo " make static "
@echo " make shared VERBOSE=1 ARGS=-j5"
@echo " BUILD_SHARED_LIBS=ON make tests"
@echo " make install ARGS="--prefix ./build/test-install"
@echo " make install ARGS=\"--prefix ./build/test-install\""

CMAKE ?= cmake
PRJ = `basename ${PWD}`
Expand Down
6 changes: 3 additions & 3 deletions cmake/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ install(
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
)

if ( IS_DIRECTORY ${PROJECT_NAME} )
if ( IS_DIRECTORY ${PROJECT_SOURCE_DIR}/${PROJECT_NAME} )
install(
DIRECTORY ${PROJECT_NAME}
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}"
DIRECTORY ${PROJECT_SOURCE_DIR}/${PROJECT_NAME}
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/"
PATTERN *.hpp
)
endif()
Expand Down
2 changes: 1 addition & 1 deletion external/faslib
Submodule faslib updated 3 files
+0 −1 .gitignore
+1 −1 Makefile
+3 −3 cmake/install.cmake

0 comments on commit 35ba777

Please sign in to comment.