Skip to content

Commit

Permalink
Update cmake file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingyong committed Sep 16, 2021
1 parent cd265a8 commit d4e54c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xirorig.Native/xirorig_native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ endif()
find_package(OpenSSL REQUIRED)
find_package(lz4 CONFIG REQUIRED)

if (!${EXCLUDE_CPU_INFO_DEPENDENCY})
if (NOT ${EXCLUDE_CPU_INFO_DEPENDENCY})
set(XIRORIG_NATIVE_SOURCE_FILES src/Utility/CpuInformationUtility.c ${XIRORIG_NATIVE_SOURCE_FILES})
set(XIRORIG_NATIVE_PUBLIC_HEADER include/Utility/CpuInformationUtility.h ${XIRORIG_NATIVE_PUBLIC_HEADER})
set(XIRORIG_NATIVE_TARGET_LINK_LIBRARIES unofficial::cpuinfo::clog unofficial::cpuinfo::cpuinfo ${XIRORIG_NATIVE_TARGET_LINK_LIBRARIES})
Expand Down

0 comments on commit d4e54c9

Please sign in to comment.