Skip to content

Commit

Permalink
Enable C11 (needed for atomics)
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Mar 28, 2024
1 parent 4a59225 commit 11578dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QPALM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ target_compile_definitions(qpalm-headers INTERFACE
QPALM_VERSION_MAJOR=${QPALM_VERSION_MAJOR}
QPALM_VERSION_MINOR=${QPALM_VERSION_MINOR}
QPALM_VERSION_PATCH=${QPALM_VERSION_PATCH})
target_compile_features(qpalm-headers INTERFACE c_std_99)
target_compile_features(qpalm-headers INTERFACE c_std_11)
target_link_libraries(qpalm-headers INTERFACE LADEL::ladel)

add_library(qpalm-obj OBJECT
Expand Down

0 comments on commit 11578dc

Please sign in to comment.