comparison CMakeLists.txt @ 2:7ee79efd8b3f

removed unneeded line
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Mar 2017 16:21:32 +0100
parents d5d3cb00556a
children 52e041c8584a
comparison
equal deleted inserted replaced
1:d5d3cb00556a 2:7ee79efd8b3f
59 if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR 59 if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR
60 ${CMAKE_SYSTEM_NAME} STREQUAL "kFreeBSD" OR 60 ${CMAKE_SYSTEM_NAME} STREQUAL "kFreeBSD" OR
61 ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") 61 ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
62 link_libraries(rt) 62 link_libraries(rt)
63 elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") 63 elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
64 SET(CMAKE_CXX_STANDARD_LIBRARIES "${CMAKE_CXX_STANDARD_LIBRARIES} -lws2_32")
65
66 execute_process( 64 execute_process(
67 COMMAND 65 COMMAND
68 ${PYTHON_EXECUTABLE} ${ORTHANC_ROOT}/Resources/WindowsResources.py 66 ${PYTHON_EXECUTABLE} ${ORTHANC_ROOT}/Resources/WindowsResources.py
69 ${ORTHANC_AUTHORIZATION_VERSION} "OrthancAuthorization" OrthancAuthorization.dll "Advanced authorization plugin for Orthanc" 67 ${ORTHANC_AUTHORIZATION_VERSION} "OrthancAuthorization" OrthancAuthorization.dll "Advanced authorization plugin for Orthanc"
70 ERROR_VARIABLE Failure 68 ERROR_VARIABLE Failure