Skip to content

Commit

Permalink
build: tc.absolute_paths = True set to enable CMake CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed May 24, 2024
1 parent cb7cbf4 commit f227cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def layout(self):
def generate(self):
tc = CMakeToolchain(self)
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 f227cdd

Please sign in to comment.