Skip to content

Commit

Permalink
update SFML version v2.6.0 -> v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Jun 13, 2024
1 parent 789cc89 commit 3a6440d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
cmake_minimum_required(VERSION 3.16)
project(flappy_ffnn_ga LANGUAGES CXX)

set(CMAKE_VERBOSE_MAKEFILE ON)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)

Expand All @@ -16,7 +14,7 @@ set(FETCHCONTENT_QUIET OFF)
set(FETCHCONTENT_SILENT OFF)

FetchContent_Declare(SFML
URL https://github.com/SFML/SFML/archive/refs/tags/2.6.0.tar.gz
URL https://github.com/SFML/SFML/archive/refs/tags/2.6.1.tar.gz
)

FetchContent_Declare(Eigen
Expand Down

0 comments on commit 3a6440d

Please sign in to comment.