Skip to content

Commit

Permalink
Improve Linux Install Script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pysis868 authored and billy1arm committed Aug 29, 2024
1 parent 05724eb commit 5b4c8c0
Show file tree
Hide file tree
Showing 3 changed files with 2,210 additions and 1,434 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Thumbs.db
_build
build
/dep/libmpq/autom4te.cache/
/ACE_wrappers/*
/ACE*.tar.bz2

# Generated files
*.ncb
Expand Down
2 changes: 1 addition & 1 deletion cmake/StatusInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ message("Install configs to : ${CONF_INSTALL_DIR}")

message("")
message("Detailed Information")
message("+-- opeating system : ${CMAKE_HOST_SYSTEM}")
message("+-- operating system : ${CMAKE_HOST_SYSTEM}")
message("+-- cmake version : ${CMAKE_VERSION}")
message("")

Expand Down
Loading

0 comments on commit 5b4c8c0

Please sign in to comment.