Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Feb 13, 2025
1 parent 0afcae0 commit 77b568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ if (MSVC_FOR_DECOMP)

if (ISLE_INCLUDE_ENTROPY)
foreach(tgt IN LISTS lego1_targets beta10_targets)
target_compile_options(${tgt} PRIVATE /FI${PROJECT_SOURCE_DIR}/tools/entropy.h)
target_compile_options(${tgt} PRIVATE /FI${PROJECT_SOURCE_DIR}/entropy.h)
endforeach()
endif()

Expand Down

0 comments on commit 77b568b

Please sign in to comment.