Skip to content

Commit

Permalink
fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Aug 2, 2016
1 parent b68ca9c commit e97f62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdevcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB")

aux_source_directory(. SRC_LIST)

set(EXECUTABLE devcore)
set(EXECUTABLE soldevcore)

file(GLOB HEADERS "*.h")

Expand Down

0 comments on commit e97f62b

Please sign in to comment.