Skip to content

Commit

Permalink
Reverted fuzzy-bool because of different management of normals
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenghi committed Jul 4, 2023
1 parent 2b5839b commit 20d2ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ FetchContent_GetProperties(cdt)

Message("Downloading FUZZY")
# using a custom version of fuzzy-bools to silence some debug printf from the library that pollutes the output of the executables
FetchContent_Declare(fuzzy GIT_REPOSITORY "https://github.com/CBenghi/fuzzy-bools" GIT_TAG "07faaad8cae623dd634b1c09b4b37b44bf645781" SOURCE_SUBDIR "../")
# FetchContent_Declare(fuzzy GIT_REPOSITORY "https://github.com/CBenghi/fuzzy-bools" GIT_TAG "07faaad8cae623dd634b1c09b4b37b44bf645781" SOURCE_SUBDIR "../")
FetchContent_Declare(fuzzy GIT_REPOSITORY "https://github.com/tomvandig/fuzzy-bools" GIT_TAG "a52c0f0c0667b7c875ae44e91e63a33c1813be64" SOURCE_SUBDIR "../")
FetchContent_MakeAvailable(fuzzy)
FetchContent_GetProperties(fuzzy)
file (RENAME ${fuzzy_SOURCE_DIR}/src ${fuzzy_SOURCE_DIR}/fuzzy RESULT result) # specifying 'result' continues even if rename was already performed
Expand Down

0 comments on commit 20d2ada

Please sign in to comment.