Skip to content

Commit

Permalink
Another crypto conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Oct 12, 2011
1 parent d875017 commit c00cc45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cpp/session/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ set (SESSION_SOURCE_FILES
if(UNIX)
set(SESSION_SOURCE_FILES ${SESSION_SOURCE_FILES}
http/SessionPosixHttpConnectionListener.cpp
modules/SessionCrypto.cpp
)
if(RSTUDIO_SERVER)
set(SESSION_SOURCE_FILES ${SESSION_SOURCE_FILES}
modules/SessionCrypto.cpp
)
endif()
else()
set(SESSION_SOURCE_FILES ${SESSION_SOURCE_FILES}
http/SessionWin32HttpConnectionListener.cpp
Expand Down

0 comments on commit c00cc45

Please sign in to comment.