aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-12-15 10:03:59 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-12-15 10:03:59 +0800
commit24fcafd9e8d645947cc7972b8030d4abb664c1d4 (patch)
tree93ead86d871a747dbc49efbe4e73bfcfe46811ee
parentb8e3b72f0e95078b945d0a2c847fb4669ba14ee9 (diff)
downloaddexon-bls-24fcafd9e8d645947cc7972b8030d4abb664c1d4.tar
dexon-bls-24fcafd9e8d645947cc7972b8030d4abb664c1d4.tar.gz
dexon-bls-24fcafd9e8d645947cc7972b8030d4abb664c1d4.tar.bz2
dexon-bls-24fcafd9e8d645947cc7972b8030d4abb664c1d4.tar.lz
dexon-bls-24fcafd9e8d645947cc7972b8030d4abb664c1d4.tar.xz
dexon-bls-24fcafd9e8d645947cc7972b8030d4abb664c1d4.tar.zst
dexon-bls-24fcafd9e8d645947cc7972b8030d4abb664c1d4.zip
change project name of cmake
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 89f32ec..b5aa0ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 2.6)
-project(bn CXX ASM)
+project(bls CXX ASM)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)