Skip to content

Commit

Permalink
fix odr v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed May 25, 2024
1 parent 38cca71 commit 0833c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/odrcore/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def generate(self):
tc.variables["CMAKE_PROJECT_VERSION"] = self.version
tc.variables["BUILD_SHARED_LIBS"] = self.options.shared
tc.variables["ODR_TEST"] = False
if Version(self.version) < "4.0.0":
if Version(self.version) <= "4.0.0":
tc.variables["CONAN_EXPORTED"] = True
tc.generate()

Expand Down

0 comments on commit 0833c47

Please sign in to comment.