Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 434a95f

Browse files
committed
Upgrade Cable to 0.4.2
1 parent 85229da commit 434a95f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ HunterGate(
4444
LOCAL
4545
)
4646

47+
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
48+
4749
project(aleth)
4850
set(PROJECT_VERSION 1.7.0-alpha.0)
4951

50-
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
51-
5252
cable_add_buildinfo_library(PROJECT_NAME aleth)
5353

5454
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY On)

0 commit comments

Comments
 (0)