Skip to content

Commit

Permalink
Apparently NOEXPORT does nothing now, so add EXCLUDE_FROM_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jul 27, 2019
1 parent 25a50ec commit d03e7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apex/CMakeLists.hpx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ endif()
include(GNUInstallDirs)

add_hpx_library(apex
STATIC NOLIBS
STATIC NOLIBS EXCLUDE_FROM_ALL
NOEXPORT
SOURCES ${apex_sources}
HEADERS ${apex_headers}
Expand Down

0 comments on commit d03e7c0

Please sign in to comment.