Skip to content

Commit

Permalink
Fix libphysica version and update obscura version
Browse files Browse the repository at this point in the history
  • Loading branch information
temken committed Mar 27, 2023
1 parent 076c395 commit 314319e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.11)

project(obscura VERSION "1.0.2")
project(obscura VERSION "1.0.3")

# Use C++-11
set(CMAKE_CXX_STANDARD 11)
Expand Down Expand Up @@ -30,7 +30,7 @@ include(FetchContent)
set(LIBPHYSICA_DIR ${EXTERNAL_DIR}/libphysica)
FetchContent_Declare(libphysica
GIT_REPOSITORY https://github.com/temken/libphysica.git
GIT_TAG origin/dev
GIT_TAG v0.1.5
SOURCE_DIR "${LIBPHYSICA_DIR}"
CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release -DCODE_COVERAGE=OFF")
FetchContent_GetProperties(libphysica)
Expand Down

0 comments on commit 314319e

Please sign in to comment.