Skip to content

Commit

Permalink
Merge pull request #148 from aws/fix-build_errors
Browse files Browse the repository at this point in the history
fix: Update CMakeLists to refer to correct configuration dir
  • Loading branch information
as14692 authored Dec 13, 2024
2 parents 583c180 + 04a629b commit cb2c4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ file(
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)

set(config "${SRC_FILES}" PARENT_SCOPE)
set(configuration "${SRC_FILES}" PARENT_SCOPE)

enable_testing()

0 comments on commit cb2c4d9

Please sign in to comment.