Skip to content

Commit 504d588

Browse files
committed
Revert CMake changes
1 parent 175c0f9 commit 504d588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ endif (${WIN32})
4242
cmake_policy(SET CMP0048 NEW)
4343
# explicit languages support (Cs are defaults)
4444
project(${DRIVER_BASE_NAME}
45-
VERSION ${DRV_VERSION}${VERSION_QUALIFIER}
45+
VERSION ${DRV_VERSION}
4646
LANGUAGES CXX C)
4747

4848
if (${IS_UNICODE})

0 commit comments

Comments
 (0)