Skip to content

Commit

Permalink
added chmod 705
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed May 24, 2024
1 parent 8f1541e commit ad1df34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ project(wxMinesweeper LANGUAGES CXX)
find_package(wxWidgets)
if(NOT wxWidgets_FOUND)
if (UNIX)
file(CHMOD /usr/ PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ)
#file(CHMOD /usr/ PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ)
execute_process(COMMAND sudo su)
execute_process(COMMAND sudo apt-get install -y build-essential libgtk2.0-dev libgtk-3-dev)
execute_process(COMMAND ls -al)
endif()
Expand Down

0 comments on commit ad1df34

Please sign in to comment.