Skip to content

Commit

Permalink
build: tc.absolute_paths moved out from build_all
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed May 24, 2024
1 parent f227cdd commit 30a23b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ def layout(self):

def generate(self):
tc = CMakeToolchain(self)
tc.absolute_paths = True # only needed for CMake CI
if self._build_all:
tc.absolute_paths = True # only needed for CMake CI
tc.cache_variables["CMAKE_EXPORT_COMPILE_COMMANDS"] = True
tc.cache_variables["CMAKE_VERIFY_INTERFACE_HEADER_SETS"] = True
tc.cache_variables["MP_UNITS_DEV_BUILD_LA"] = not self._skip_la
Expand Down

0 comments on commit 30a23b4

Please sign in to comment.