Skip to content

Commit bae83c2

Browse files
committed
use version from project
1 parent 1cd6a94 commit bae83c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ find_package(libjpeg-turbo REQUIRED)
1313
find_package(libconfig REQUIRED)
1414

1515
add_compile_options(
16-
-DVERSION=\"3.6.0\"
16+
-DVERSION=\"${PROJECT_VERSION}\"
1717
)
1818

1919
add_executable(${PROJECT_NAME})

0 commit comments

Comments
 (0)