We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af4c3b commit 504306dCopy full SHA for 504306d
1 file changed
CMakeLists.txt
@@ -311,7 +311,7 @@ endif(WITH_SASL AND LIBSASL2_LIBRARIES AND SASL2_INCLUDE_DIR)
311
# LIBVNCSERVER_ENOENT_WORKAROUND
312
# inline
313
314
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/rfb/rfbconfig.h.cmakein ${CMAKE_BINARY_DIR}/rfb/rfbconfig.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/rfb/rfbconfig.h.cmakein ${CMAKE_CURRENT_BINARY_DIR}/rfb/rfbconfig.h)
315
316
set(LIBVNCSERVER_SOURCES
317
${LIBVNCSERVER_DIR}/main.c
0 commit comments