We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175c0f9 commit 504d588Copy full SHA for 504d588
CMakeLists.txt
@@ -42,7 +42,7 @@ endif (${WIN32})
42
cmake_policy(SET CMP0048 NEW)
43
# explicit languages support (Cs are defaults)
44
project(${DRIVER_BASE_NAME}
45
- VERSION ${DRV_VERSION}${VERSION_QUALIFIER}
+ VERSION ${DRV_VERSION}
46
LANGUAGES CXX C)
47
48
if (${IS_UNICODE})
0 commit comments