mirror of
https://github.com/fumiama/CMoe-Counter.git
synced 2024-11-12 00:40:47 +01:00
fix(compile): "/usr/local/bin/cmoe": not found
This commit is contained in:
parent
1af15e75fe
commit
538e120d45
@ -5,7 +5,7 @@ SET(CMAKE_BUILD_TYPE "Release")
|
||||
include_directories("/usr/local/include")
|
||||
link_directories("/usr/local/lib")
|
||||
|
||||
if (BUILD NOT STREQUAL "docker")
|
||||
if (NOT BUILD STREQUAL "docker")
|
||||
#在编译选项中加入c99支持
|
||||
add_compile_options(-std=c99)
|
||||
message(STATUS "optional:-std=c99")
|
||||
|
Loading…
Reference in New Issue
Block a user