1 Star 0 Fork 50

bigDataLearn / ClickHouse

forked from ClickHouse / ClickHouse 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PreLoad.cmake 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
kreuzerkrieg 提交于 2019-09-11 10:23 . Disable ninja for CLion
# Use Ninja instead of Unix Makefiles by default.
# https://stackoverflow.com/questions/11269833/cmake-selecting-a-generator-within-cmakelists-txt
#
# Reason: it has better startup time than make and it parallelizes jobs more uniformly.
# (when comparing to make with Makefiles that was generated by CMake)
#
# How to install Ninja on Ubuntu:
# sudo apt-get install ninja-build
# CLion does not support Ninja
# You can add your vote on CLion task tracker:
# https://youtrack.jetbrains.com/issue/CPP-2659
# https://youtrack.jetbrains.com/issue/CPP-870
if (NOT DEFINED ENV{CLION_IDE})
find_program(NINJA_PATH ninja)
if (NINJA_PATH)
set(CMAKE_GENERATOR "Ninja" CACHE INTERNAL "" FORCE)
endif ()
endif()
C++
1
https://gitee.com/big-data-learn/ClickHouse.git
git@gitee.com:big-data-learn/ClickHouse.git
big-data-learn
ClickHouse
ClickHouse
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891