Skip to content

Commit

Permalink
Changed output name to all caps for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 10, 2023
1 parent 640dfa3 commit 0172c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ ENDIF ()
# Define the executable name
SET(CTEM_DRIVER ctem_exe)
ADD_EXECUTABLE(${CTEM_DRIVER} ${DRIVER_src})
SET_PROPERTY(TARGET ${CTEM_DRIVER} PROPERTY OUTPUT_NAME ctem)
SET_PROPERTY(TARGET ${CTEM_DRIVER} PROPERTY OUTPUT_NAME CTEM)

IF(USE_OPENMP OR USE_SIMD)
SET_PROPERTY(TARGET ${CTEM_LIBRARY} ${CTEM_DRIVER} APPEND_STRING PROPERTY COMPILE_FLAGS "${OpenMP_Fortran_FLAGS} ")
Expand Down

0 comments on commit 0172c49

Please sign in to comment.