Release: give Steamworks a default version
authorAdriaan de Groot <groot@kde.org>
Fri, 18 Aug 2017 09:06:17 +0000 (11:06 +0200)
committerAdriaan de Groot <groot@kde.org>
Fri, 18 Aug 2017 09:06:17 +0000 (11:06 +0200)
 - This is used if git is not available
 - Also used when building from a tarball instead of git checkout

CMakeLists.txt

index d693ed1..f5e7f4f 100644 (file)
@@ -24,7 +24,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
 macro_ensure_out_of_source_build(
   "Do not build Steamworks in the source directory.")
 
-get_version_from_git(Steamworks 0.0.0)
+get_version_from_git(Steamworks 0.92.0)
 
 enable_testing()
 add_subdirectory(src)