We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2db5c0 + eb3480e commit 2cb3d21Copy full SHA for 2cb3d21
CMakeLists.txt
@@ -1,8 +1,8 @@
1
cmake_minimum_required( VERSION 3.14 )
2
-project(
3
- ack
+project(
+ ack
4
LANGUAGES CXX
5
- VERSION 0.1.0
+ VERSION 0.3.0
6
)
7
8
option( ACK_NO_INTRINSICS "Don't use intrinsics" OFF )
0 commit comments