mirror of
https://github.com/boostorg/conversion.git
synced 2025-07-31 21:14:37 +02:00
[CMake] Use PascalCase in project name
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# and the interface is likely to change in the future
|
||||
|
||||
cmake_minimum_required( VERSION 3.5 )
|
||||
project( boost-conversion LANGUAGES CXX )
|
||||
project( BoostConversion LANGUAGES CXX )
|
||||
|
||||
add_library( boost_conversion INTERFACE )
|
||||
add_library( Boost::conversion ALIAS boost_conversion )
|
||||
|
Reference in New Issue
Block a user