OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
336062930d8b51538b39a70ea9a4519ebe45fcc8
Authored by
Jay Berkenbilt
2022-03-19 19:45:44 -0400
1 parent
6dcb26d2
Fix typo in previous fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
CMakeLists.txt
CMakeLists.txt
View file @
3360629
...
...
@@ -173,7 +173,7 @@ int main() {
173
173
endif()
174
174
endforeach()
175
175
if(ATOMIC_WORKED1)
176
- set(ATOMIC_
WORKED1
atomic PARENT_SCOPE)
176
+ set(ATOMIC_
LIBRARY
atomic PARENT_SCOPE)
177
177
endif()
178
178
endfunction()
179
179
check_atomic()
...
...