Skip to content

Commit fa37242

Browse files
committed
0.14.5
1 parent 05a101f commit fa37242

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(GDX_IS_TOPLEVEL)
3737
set(INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/cmake/geodynamix)
3838

3939
project(GeoDynamiX
40-
VERSION 0.14.4
40+
VERSION 0.14.5
4141
LANGUAGES C CXX
4242
)
4343
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
@@ -215,6 +215,6 @@ if(GDX_IS_TOPLEVEL AND GDX_INSTALL_DEVELOPMENT_FILES)
215215
)
216216
endif()
217217

218-
if (GDX_IS_TOPLEVEL)
219-
add_subdirectory(dist)
220-
endif ()
218+
if(GDX_IS_TOPLEVEL)
219+
add_subdirectory(dist)
220+
endif()

0 commit comments

Comments
 (0)