Update CMakeLists.txt

This commit is contained in:
Skarn
2022-03-05 07:26:32 +00:00
parent 9ec611c221
commit bf6662c30b

View File

@@ -415,7 +415,7 @@ IF(APPLE)
ENDIF()
if (UNIX)
FIND_PACKAGE(BZip2)
FIND_PACKAGE(BZip2 REQUIRED)
TARGET_LINK_LIBRARIES (noggit BZip2::BZip2)
ENDIF()