mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-25 09:45:55 +08:00
Update CMakeLists.txt - removed pch option
This commit is contained in:
parent
f5c927b46e
commit
0fd0e13d21
@ -63,9 +63,6 @@ option(SPDLOG_BUILD_ALL "Build all artifacts" OFF)
|
|||||||
# build shared option
|
# build shared option
|
||||||
option(SPDLOG_BUILD_SHARED "Build shared library" OFF)
|
option(SPDLOG_BUILD_SHARED "Build shared library" OFF)
|
||||||
|
|
||||||
# precompiled headers option
|
|
||||||
option(SPDLOG_ENABLE_PCH "Build static or shared library using precompiled header to speed up compilation time" OFF)
|
|
||||||
|
|
||||||
# build position independent code
|
# build position independent code
|
||||||
option(SPDLOG_BUILD_PIC "Build position independent code (-fPIC)" OFF)
|
option(SPDLOG_BUILD_PIC "Build position independent code (-fPIC)" OFF)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user