File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,10 @@ set(QAPPLICATION_CLASS QApplication CACHE STRING "Inheritance class for SingleAp
71
71
add_subdirectory (3rdparty/SingleApplication )
72
72
73
73
# spdlog
74
- find_package (spdlog QUIET )
75
74
add_compile_definitions (SPDLOG_COMPILED_LIB )
76
- if (NOT spdlog_FOUND )
77
- message ("Could NOT Find system spdlog" )
78
- message ("Use 3rdparty spdlog" )
79
- set (spdlog_DIR ${CMAKE_SOURCE_DIR} /3rdparty/spdlog )
80
- add_subdirectory (3rdparty/spdlog )
81
- endif ()
75
+ add_compile_definitions (SPDLOG_BUILD_SHARED=OFF )
76
+ set (spdlog_DIR ${CMAKE_SOURCE_DIR} /3rdparty/spdlog )
77
+ add_subdirectory (3rdparty/spdlog )
82
78
83
79
if (WIN32 )
84
80
add_compile_options ("/std:c++17" )
Original file line number Diff line number Diff line change 1
- 258
1
+ 259
You can’t perform that action at this time.
0 commit comments