Skip to content

Commit 04e7858

Browse files
authored
VERSION not allowed unless CMP0048 is set to NEW
1 parent 9284a49 commit 04e7858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compiler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ math(EXPR VERSION_INT "${VERSION_MAJOR} << 8 | ${VERSION_MINOR}")
1111
#==============================================================================#
1212
project(pawnc
1313
LANGUAGES C
14-
VERSION ${VERSION}
14+
#VERSION ${VERSION}
1515
DESCRIPTION "OpenMultiplayer's fork of Compuphase's Pawn Language Compiler'"
1616
)
1717

0 commit comments

Comments
 (0)