Skip to content

Commit

Permalink
Update CMake configuration to enable OpenMP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ouankou committed Jul 25, 2021
1 parent 6c4ad4e commit a64fa0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/frontend/SageIII/ompparser
Submodule ompparser updated 2 files
+13 −7 CMakeLists.txt
+3 −4 ompparser.cpp
2 changes: 1 addition & 1 deletion src/frontend/SageIII/virtualCFG/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ add_dependencies(virtualCFG rosetta_generated)

########### install files ###############
install(
FILES virtualCFG.h virtualBinCFG.h staticCFG.h cfgToDot.h filteredCFG.h
FILES virtualCFG.h staticCFG.h cfgToDot.h filteredCFG.h
filteredCFGImpl.h customFilteredCFG.h interproceduralCFG.h
DESTINATION ${INCLUDE_INSTALL_DIR})
2 changes: 1 addition & 1 deletion tests/nonsmoke/functional/CompileTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else()
endif()

if(NOT "${EDG_VERSION}" EQUAL "4.3")
if(NOT enable-java)
if(enable-c OR enable-fortran)
add_subdirectory(OpenMP_tests)
endif()

Expand Down

0 comments on commit a64fa0d

Please sign in to comment.