Skip to content

Commit

Permalink
fixed syntax error in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Oct 23, 2015
1 parent 0b2e16b commit 5bc59f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -166,7 +166,7 @@ set(hpx_SOURCES ${hpx_SOURCES} ${HPX_STATIC_PARCELPORT_PLUGINS_SOURCES})
################################################################################
# libhpx
if(HPX_WITH_STATIC_LINKING)
set(hpx_SOURCES ${hpx_SOURCES} {hpx_init_SOURCES})
set(hpx_SOURCES ${hpx_SOURCES} ${hpx_init_SOURCES})
endif()
if(HPX_WITH_DEFAULT_TARGETS)
add_library(hpx ${hpx_library_link_mode_core}
Expand Down

0 comments on commit 5bc59f5

Please sign in to comment.