Browse Source

all_build is working on windows

cl-refactor
ethdev 10 years ago
parent
commit
967d549921
  1. 7
      CMakeLists.txt

7
CMakeLists.txt

@ -154,7 +154,7 @@ if (NOT LANGUAGES)
endif ()
# TODO check msvc
if(NOT ("${TARGET_PLATFORM}" STREQUAL "w64"))
if(NOT ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC"))
add_subdirectory(neth)
endif ()
@ -164,11 +164,6 @@ if (NOT LANGUAGES)
#endif()
if (NOT HEADLESS)
# TODO move that somewhere else!
if ("${TARGET_PLATFORM}" STREQUAL "w64")
cmake_policy(SET CMP0020 NEW)
endif ()
add_subdirectory(libjsqrc)
add_subdirectory(libqethereum)

Loading…
Cancel
Save