Skip to content

Commit

Permalink
Fixing mismatched cmake if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jul 24, 2023
1 parent f0d427e commit b850e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apex/CMakeLists_hpx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ set(apex_sources

include(GNUInstallDirs)

if (WIN32 AND APEX_WITH_PERFETTO)
if (WIN32)
# Enable standards-compliant mode when using the Visual Studio compiler.
if (MSVC)
SET_SOURCE_FILES_PROPERTIES( perfetto.cc PROPERTIES COMPILE_FLAGS
Expand Down

0 comments on commit b850e3e

Please sign in to comment.