Skip to content

Commit

Permalink
iridescence: remove merged fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 31, 2024
1 parent 8610adc commit 0bfda7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipes/iridescence/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ def generate(self):
tc.cache_variables["CMAKE_POLICY_DEFAULT_CMP0077"] = "NEW"
if "docking" not in str(self.dependencies["imgui"].ref.version):
tc.preprocessor_definitions["ImGuiConfigFlags_DockingEnable"] = "0"
if self.settings.os == "Windows":
# TODO: submit a patch upstream
tc.preprocessor_definitions["_USE_MATH_DEFINES"] = ""
tc.preprocessor_definitions["NOMINMAX"] = ""
tc.generate()

deps = CMakeDeps(self)
Expand Down

0 comments on commit 0bfda7d

Please sign in to comment.