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 0867935
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 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,8 @@ 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
GIT_REPOSITORY https://github.com/SFML/SFML.git
GIT_TAG 2.6.x
)

FetchContent_Declare(Eigen
Expand Down

0 comments on commit 0867935

Please sign in to comment.