Skip to content

Commit

Permalink
Added bin to build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Vegas-Regidor committed Oct 14, 2016
1 parent d346a83 commit 7b825fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SET( CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${COMMON_COMPILER_FLAGS}" )

add_subdirectory(src)

install(DIRECTORY ${EXECUTABLE_OUTPUT_PATH} DESTINATION ${INSTALL_FOLDER}
install(DIRECTORY ${EXECUTABLE_OUTPUT_PATH} DESTINATION ${INSTALL_FOLDER}/bin
PATTERN *
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ )

0 comments on commit 7b825fe

Please sign in to comment.