Skip to content

Commit

Permalink
fix cmake list
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed May 22, 2024
1 parent f2d3e90 commit 709ea6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5)
project(wxMinesweeper LANGUAGES CXX)
find_package(wxWidgets)
if(NOT wxWidgets_FOUND)
# execute_process(COMMAND sudo apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg)
# execute_process(COMMAND apt install libwxgtk2.8-dbg)
include(ExternalProject)
ExternalProject_Add(
wxWidgets
Expand Down

0 comments on commit 709ea6e

Please sign in to comment.