Skip to content

Commit

Permalink
[#38] Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-parkhomenko committed Dec 22, 2018
1 parent 533e59a commit 008098c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Arion/cmake/GlmConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

set(GLM_INSTALL_ENABLE OFF CACHE BOOL "Flag to override default GLM_INSTALL_ENABLE value")
set(GLM_TEST_ENABLE OFF CACHE BOOL "Flag to override default GLM_TEST_ENABLE value")
add_compile_definitions(GLM_FORCE_SILENT_WARNINGS)

if (NOT DEFINED GLM_ROOT_DIR)
set(GLM_ROOT_DIR
Expand Down
2 changes: 1 addition & 1 deletion Arion/godlike/Epona
2 changes: 1 addition & 1 deletion Arion/third_party/glm
Submodule glm updated 1677 files
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_policy(VERSION 3.0)

project(ArionTests)

include_directories(${ARION_INCLUDE_DIR} ${CATCH_ROOT}/single_include)
include_directories(${ARION_INCLUDE_DIR} ${CATCH_ROOT}/single_include/catch2)

function(arion_add_test)
set(options)
Expand Down
2 changes: 1 addition & 1 deletion third_party/Catch2
Submodule Catch2 updated 243 files

0 comments on commit 008098c

Please sign in to comment.