Skip to content

Commit

Permalink
Merge pull request #16113 from keithc-ca/cmp0115
Browse files Browse the repository at this point in the history
cmake: source file extensions must be explicit
  • Loading branch information
babsingh committed Oct 17, 2022
2 parents 153e812 + 0c3391b commit ab96f4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/jcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ target_sources(jclse
${CMAKE_CURRENT_SOURCE_DIR}/common/com_ibm_oti_vm_VM.c
${CMAKE_CURRENT_SOURCE_DIR}/common/compiler.c
${CMAKE_CURRENT_SOURCE_DIR}/common/dump.c
${CMAKE_CURRENT_SOURCE_DIR}/common/exhelp
${CMAKE_CURRENT_SOURCE_DIR}/common/exhelp.c
${CMAKE_CURRENT_SOURCE_DIR}/common/extendedosmbean.c
${CMAKE_CURRENT_SOURCE_DIR}/common/getstacktrace
${CMAKE_CURRENT_SOURCE_DIR}/common/getstacktrace.c
${CMAKE_CURRENT_SOURCE_DIR}/common/gpu.c
${CMAKE_CURRENT_SOURCE_DIR}/common/iohelp.c
${CMAKE_CURRENT_SOURCE_DIR}/common/java_lang_Access.c
Expand Down Expand Up @@ -153,7 +153,7 @@ target_sources(jclse
${CMAKE_CURRENT_SOURCE_DIR}/common/reflecthelp.c
${CMAKE_CURRENT_SOURCE_DIR}/common/shared.c
${CMAKE_CURRENT_SOURCE_DIR}/common/sigquit.c
${CMAKE_CURRENT_SOURCE_DIR}/common/stdinit
${CMAKE_CURRENT_SOURCE_DIR}/common/stdinit.c
${CMAKE_CURRENT_SOURCE_DIR}/common/sun_misc_Perf.c
${CMAKE_CURRENT_SOURCE_DIR}/common/sun_misc_Unsafe.cpp
${CMAKE_CURRENT_SOURCE_DIR}/common/sun_reflect_ConstantPool.c
Expand Down

0 comments on commit ab96f4e

Please sign in to comment.