Skip to content

Commit

Permalink
compile output
Browse files Browse the repository at this point in the history
  • Loading branch information
rtobar committed Sep 13, 2023
1 parent 4ef5e93 commit 2790b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ int main() {
try_compile(COMPILE_RESULT ${CMAKE_BINARY_DIR} ${SRC_FILE}
COMPILE_DEFINITIONS ${OpenMP_CXX_FLAGS}
LINK_LIBRARIES ${OpenMP_CXX_LIBRARIES}
OUTPUT_VARIABLE COMPILE_OUTPUT
COPY_FILE ${WORK_DIR}/getompspecdate)
message(STATUS "Compilation output: ${COMPILE_OUTPUT}")
set(SPEC_DATE _OPENMP-COMPILATION-FAILED-NOTFOUND)
if (COMPILE_RESULT)
set(SPEC_DATE _OPENMP-EXECUTION-FAILED-NOTFOUND)
Expand Down

0 comments on commit 2790b2b

Please sign in to comment.