Skip to content

Commit

Permalink
Cmake with c99 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Jan 25, 2024
1 parent d3a106d commit 296acd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ endif()

add_library(cint ${cintSrc})
set_target_properties(cint PROPERTIES
C_STANDARD 99
VERSION ${qcint_VERSION}
SOVERSION ${cint_SOVERSION}
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR})
Expand Down

0 comments on commit 296acd8

Please sign in to comment.