mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-24 05:48:20 +00:00
修复linux 64构建问题
This commit is contained in:
@@ -13,6 +13,7 @@ endif()
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
add_compile_options(-Wall -Wextra -Wpedantic)
|
||||
add_compile_options(-include cstdint)
|
||||
endif()
|
||||
|
||||
# find dependencies
|
||||
|
||||
Reference in New Issue
Block a user