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 ceeef75 commit 887d779Copy full SHA for 887d779
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.16)
2
3
# Keep this on one line for release checking
4
-project(dbc VERSION 0.4.0 DESCRIPTION "C++ DBC Parser")
+project(dbc VERSION 0.5.0 DESCRIPTION "C++ DBC Parser")
5
6
# -- PROJECT OPTIONS -- #
7
option(DBC_ENABLE_TESTS "Enable Unittests" ON)
@@ -95,7 +95,6 @@ if(DBC_GENERATE_SINGLE_HEADER)
95
endif()
96
97
## Installation
98
-include(GNUInstallDirs)
99
# install lib
100
install(TARGETS ${PROJECT_NAME}
101
DESTINATION ${CMAKE_INSTALL_LIBDIR})
0 commit comments